Last modified by Alex Cotiugă on 2026/05/02 12:23

From version 13.101
edited by Alex Cotiugă
on 2026/05/02 08:20
Change comment: There is no comment for this version
To version 13.99
edited by Alex Cotiugă
on 2026/05/02 08:19
Change comment: There is no comment for this version

Summary

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(form.serializeArray())
28 + console.log(data)
29 29  
30 30   submitButton.prop('disabled', true);
31 31  /*