Include form via iframe


        

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://demo7.formcycle.eu/formcycle/form/provide/564/1" scrolling="no" frameborder="0"></iframe>
    </body>
  </html>