Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.100
edited by Alex Cotiugă
on 2026/05/02 08:20
on 2026/05/02 08:20
Change comment:
There is no comment for this version
To version 13.98
edited by Alex Cotiugă
on 2026/05/02 08:19
on 2026/05/02 08:19
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.JavaScriptExtension[0]
-
- code
-
... ... @@ -23,9 +23,9 @@ 23 23 form.on('submit', function (event) { 24 24 event.preventDefault(); 25 25 26 - //var data = getFormData();26 + var data = getFormData(); 27 27 28 - console.log( orm.serializeArray())28 + console.log(data) 29 29 30 30 submitButton.prop('disabled', true); 31 31 /*