Formular per IFrame einbinden


Das Makro [html] konnte nicht ausgeführt werden. Grund: [When using HTML content inline, you can only use inline HTML content. Block HTML content (such as tables) cannot be displayed. Try leaving an empty line before and after the macro.]. Klicke auf diese Nachricht, um Details zu erfahren.
        

Sie können das Formular direkt als IFrame in Ihre Webseite einbinden. Unterstützung der möglichen Einbindungsoptionen finde Sie in FORMCYCLE direkt unter Veröffentlichen.

  <!DOCTYPE html>
  <html>
    <head>
      <meta charset="utf-8">
    </head>  
    <body class="body">
     <!-- The IFrame with the form. Configure the server and the ID of the form appropriately. -->
      <iframe style="width:100%;height:840px" src="https://demo2.formcycle.eu/formcycle/form/provide/564/1" scrolling="no" frameborder="0"></iframe>
    </body>
  </html>