Update webinar form iframe attributes
Removed the unnecessary "scrolling" and "frameborder" attributes from the webinar form iframe for cleaner and more modern HTML. This change simplifies the code while retaining functionality.
This commit is contained in:
@@ -27,5 +27,5 @@ Verschaffen Sie sich mit satware® AI den entscheidenden Wettbewerbsvorteil. In
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="satag--webinar-form-container" style="width: 100%; margin-top: 40px;">
|
<div class="satag--webinar-form-container" style="width: 100%; margin-top: 40px;">
|
||||||
<iframe id="nextcloud-form" src="https://data.satware.com/apps/forms/embed/TFbCpzSJdEDzyAorS9p2mHDs" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
|
<iframe id="nextcloud-form" src="https://data.satware.com/apps/forms/embed/TFbCpzSJdEDzyAorS9p2mHDs" allowtransparency="true"></iframe>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user