Changes for page Get in Touch About Your XWiki Project
Last modified by Agnease on 2026/06/16 17:18
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -107,11 +107,11 @@ 107 107 <p class="xHint">* Your information will only be used to respond to this request.</p> 108 108 ## Hidden fields to catch requests filled by bots. 109 109 <div class="contact-hp-wrapper" aria-hidden="true"> 110 - <label for=" Agnease.Code.ContactRequest.ContactRequestClass_0_contactWebsite">Website</label>110 + <label for="contactWebsite">Website</label> 111 111 <input 112 112 id="contactWebsite" 113 113 type="text" 114 - name=" Agnease.Code.ContactRequest.ContactRequestClass_0_contactWebsite"114 + name="contactWebsite" 115 115 autocomplete="off" 116 116 tabindex="-1" 117 117 />
- XWiki.JavaScriptExtension[0]
-
- code
-
... ... @@ -16,6 +16,7 @@ 16 16 errorBox.find('.box div p').text(''); 17 17 18 18 submitButton.prop('disabled', true); 19 + console.log(form.serializeArray()) 19 19 20 20 $.post({ 21 21 url: serviceURL,