Last modified by Agnease on 2026/06/16 17:18

From version 16.27
edited by Agnease
on 2026/06/16 16:37
Change comment: There is no comment for this version
To version 16.26
edited by Agnease
on 2026/06/16 16:36
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
code
... ... @@ -21,12 +21,10 @@
21 21   url: serviceURL,
22 22   data: $.param(form.serializeArray())
23 23   }).done(function (data) {
24 - console.log(data)
25 25   successBox.find('.box div p').text(data.message);
26 26   successBox.removeClass('hidden');
27 27   form[0].reset();
28 28   }).fail(function (xhr) {
29 - console.log('fail' + xhr)
30 30   var message = xhr.responseJSON && xhr.responseJSON.message ? xhr.responseJSON.message
31 31   : 'The request could not be sent. Please try again or contact Agnease by email at alex@agnease.com';
32 32   errorBox.find('.box div p').text(message);