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:
tfw
2025-05-23 15:18:59 +02:00
parent 59a833f05e
commit cb49d1258d
+1 -1
View File
@@ -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>