... |
... |
@@ -52,7
+52,7 @@ |
52 |
52 |
console.log('Nachricht von: "' + msg.origin + '" Formular mit id: "' + msg.data + '" wurde ausgewählt.'); |
53 |
53 |
jQuery('#result').html('Nachricht von: "' + msg.origin + '" Formular mit id: "' + msg.data + '" wurde ausgewählt.' ); |
54 |
54 |
var formID =msg.data; |
55 |
|
- console.log('formID',msg.data); |
|
55 |
+ console.log('formID',msg.data.formId); |
56 |
56 |
var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/'; |
57 |
57 |
var fcBase = 'https://pro.formcloud.de/formcycle'; |
58 |
58 |
var myFormContainer = jQuery('#content'); |