| ... |
... |
@@ -15,9 +15,9 @@ |
| 15 |
15 |
window.addEventListener("message", myFormCycleCallback, false); |
| 16 |
16 |
{{/code}} |
| 17 |
17 |
|
| 18 |
|
- |
| 19 |
19 |
== 3. Ergebenis speichern: == |
| 20 |
20 |
|
|
20 |
+TODO: Iframe |
| 21 |
21 |
{{html clean="false"}} |
| 22 |
22 |
<div class="hljs" id="result"></div> |
| 23 |
23 |
{{/html}} |
| ... |
... |
@@ -27,8 +27,8 @@ |
| 27 |
27 |
|
| 28 |
28 |
{{code language="js"}} |
| 29 |
29 |
window.renderForm = function(formId){ |
| 30 |
|
- var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/'; |
| 31 |
|
- var fcBase = 'https://pro.formcloud.de/formcycle'; |
|
30 |
+ var myBase = 'https://help7.formcycle.eu/xwiki/bin/view/Examples/IncludeExternalContext/'; |
|
31 |
+ var fcBase = 'https://pro.form.cloud/formcycle'; |
| 32 |
32 |
var myFormContainer = $('#content'); |
| 33 |
33 |
|
| 34 |
34 |
var form = $.ajax({ |