Wiki source code of Formular per IFrame einbinden
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{html clean="false"}}<style type="text/css"> |
2 | iframe | ||
3 | span.box{ | ||
4 | display: block; | ||
5 | padding: 20px; | ||
6 | } | ||
7 | </style>{{/html}} | ||
8 | |||
![]() |
1.9 | 9 | 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>>doc:Formcycle.UserInterface.MyForms.Publish.WebHome]]. |
![]() |
1.1 | 10 | |
![]() |
1.8 | 11 | {{code language="html"}} |
![]() |
1.1 | 12 | <!DOCTYPE html> |
13 | <html> | ||
14 | <head> | ||
15 | <meta charset="utf-8"> | ||
16 | </head> | ||
17 | <body class="body"> | ||
18 | <!-- The IFrame with the form. Configure the server and the ID of the form appropriately. --> | ||
![]() |
1.5 | 19 | <iframe style="width:100%;height:840px" src="https://demo2.formcycle.eu/formcycle/form/provide/564/1" scrolling="no" frameborder="0"></iframe> |
![]() |
1.1 | 20 | </body> |
21 | </html> | ||
22 | {{/code}} | ||
23 | |||
24 | {{html clean="false"}} | ||
25 | <!DOCTYPE html> | ||
26 | <html> | ||
27 | <head> | ||
28 | <meta charset="utf-8"> | ||
29 | </head> | ||
30 | <body class="body"> | ||
31 | <!-- The IFrame with the form. Configure the server and the ID of the form appropriately. --> | ||
![]() |
1.9 | 32 | <iframe style="width:100%;height:840px" src="https://demo2.formcycle.eu/formcycle/form/provide/564/1?lang=en" scrolling="no" frameborder="0"></iframe> |
![]() |
1.1 | 33 | </body> |
34 | </html> | ||
35 | {{/html}} | ||
![]() |
1.5 | 36 | |
![]() |
1.7 | 37 | |
38 | |||
![]() |
1.8 | 39 | |
![]() |
1.6 | 40 |