Include form via iframe


Failed to execute the [html] macro. Cause: [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.]. Click on this message for details.
        

You can also include the form directly in you website via an iframe. Support for the possible embedding options can be found in FORMCYCLE directly under Publish.

  <!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>