... |
... |
@@ -57,7
+57,7 @@ |
57 |
57 |
var fcBase = 'https://pro.formcloud.de/formcycle'; |
58 |
58 |
var myFormContainer = jQuery('#content'); |
59 |
59 |
myFormContainer.html(''); |
60 |
|
- myFormContainer.html('<iframe id="xm-form" src="'+fcBase+'/form/provide/'+formID+'?xfc-height-changed-evt=false" style="width:100%; height:1000px" scrolling="yes" frameborder="0" />'); |
|
60 |
+ myFormContainer.html('<iframe id="xm-form" src="'+fcBase+'/form/provide/'+formID+'" style="width:100%; height:1000px" scrolling="yes" frameborder="0" />'); |
61 |
61 |
//renderForm(msg.data); |
62 |
62 |
} |
63 |
63 |
console.log("Adding eventlistener"); |