Wiki-Quellcode von Formular per IFrame einbinden
Verstecke letzte Bearbeiter
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 | |||
9 | 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>>doc:Formcycle.UserInterface.MyForms.Publish.WebHome||target="_blank"]]. | ||
10 | |||
11 | {{code language="html"}} | ||
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.2 | 19 | <iframe style="width:100%;height:840px" src="https://demo7.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.2 | 32 | <iframe style="width:100%;height:840px" src="https://demo7.formcycle.eu/formcycle/form/provide/564/1" scrolling="no" frameborder="0"></iframe> |
![]() |
1.1 | 33 | </body> |
34 | </html> | ||
35 | {{/html}} | ||
36 | |||
37 | |||
38 | |||
39 | |||
40 | |||
41 |