Von Version 21.1
bearbeitet von gru
am 02.03.2023, 11:23
Änderungskommentar: Neuen Anhang content.html hochladen
Auf Version 23.1
bearbeitet von gru
am 02.03.2023, 11:27
Änderungskommentar: Neuen Anhang content_en.html hochladen

Zusammenfassung

Details

content_en.html
Größe
... ... @@ -1,1 +1,1 @@
1 -17.5 KB
1 +17.6 KB
Inhalt
... ... @@ -116,8 +116,8 @@
116 116   function myFormCycleCallback(msg){
117 117   var formID =msg.data;
118 118   console.log('formID',msg.data.formId);
119 - var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/';
120 - var fcBase = 'https://pro.formcloud.de/formcycle';
119 + var myBase = 'https://help7.formcycle.eu/xwiki/bin/edit/Examples/IncludeExternalContext/';
120 + var fcBase = 'https://pro.form.cloud/formcycle';
121 121   var myFormContainer = jQuery('#content');
122 122   if (typeof formID !== 'object' && typeof formID !== 'Object' && typeof formID !== 'undefined') {
123 123   //console.log("SADKJGAFGSALIFABGSFLHSAFHLSAHFLIHASIFHLIHFASILHLSAHFLIHSALIH");
... ... @@ -137,8 +137,8 @@
137 137   console.log("Eventlistener added");
138 138  
139 139  window.renderForm = function(formId){
140 - var myBase = 'https://help6.formcycle.eu/xwiki/bin/edit/Examples/IncludeFormViaExternalContext/';
141 - var fcBase = 'https://pro.formcloud.de/formcycle';
140 + var myBase = 'https://help7.formcycle.eu/xwiki/bin/edit/Examples/IncludeExternalContext/';
141 + var fcBase = 'https://pro.form.cloud/formcycle';
142 142   var myFormContainer = jQuery('#content');
143 143  
144 144   var form = jQuery.ajax({
... ... @@ -153,7 +153,8 @@
153 153   "xfc-rp-usecss":true, //Use Formcycle CSS files
154 154   "xfc-rp-useui":true, //jQueryUI einbinden
155 155   //Prozess-Parameter
156 - "xfc-pp-external":true //Externer Formularrequest
156 + "xfc-pp-external":true, //Externer Formularrequest
157 + "xfc-pp-base-url":fcBase//, //URL zum FormCycle
157 157   //"xfc-pp-success-url": myBase + "/anfrage-versendet.html", //CMS Seite bei erfolg
158 158   //"xfc-pp-error-url": myBase + "/anfrage-fehler.html" //CMS Seite bei Fehler
159 159   },