... |
... |
@@ -65,13
+65,15 @@ |
65 |
65 |
"xfc-rp-useui":true, //jQueryUI einbinden |
66 |
66 |
//Prozess-Parameter |
67 |
67 |
"xfc-pp-external":true, //Externer Formularrequest |
68 |
|
- "xfc-pp-base-url":fcBase, //URL zum FormCycle |
69 |
|
- "xfc-pp-success-url": myBase + "/anfrage-versendet.html", //CMS Seite bei erfolg |
70 |
|
- "xfc-pp-error-url": myBase + "/anfrage-fehler.html" //CMS Seite bei Fehler |
|
68 |
+ "xfc-pp-base-url":fcBase//, //URL zum FormCycle |
|
69 |
+ //"xfc-pp-success-url": myBase + "/anfrage-versendet.html", //CMS Seite bei erfolg |
|
70 |
+ //"xfc-pp-error-url": myBase + "/anfrage-fehler.html" //CMS Seite bei Fehler |
71 |
71 |
}, |
72 |
72 |
cache: false, |
73 |
73 |
async: false, |
74 |
|
- success:function(html){ |
|
74 |
+ success:function(html){ |
|
75 |
+ console.log('Form:',html); |
|
76 |
+ //myFormContainer.html(html); |
75 |
75 |
//myFormContainer.html(html.replace(/\$/g,'jQuery')); |
76 |
76 |
}, |
77 |
77 |
crossDomain: true |