Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/02 12:23
From version 13.156
edited by Alex Cotiugă
on 2026/05/02 09:05
on 2026/05/02 09:05
Change comment:
There is no comment for this version
To version 13.158
edited by Alex Cotiugă
on 2026/05/02 09:06
on 2026/05/02 09:06
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,9 @@ 1 1 {{velocity wiki="false"}} 2 2 #if ($xcontext.action == 'get') 3 3 #set ($message = '') 4 - #set ($now = $datetool.get('yyyyMMddHHmm ssSSS'))4 + #set ($now = $datetool.get('yyyyMMddHHmm')) 5 5 #set ($random = $mathtool.random(100000, 999999)) 6 - #set ($uniqueName = " contact-request-${now}-${random}")6 + #set ($uniqueName = "ContactRequest-${now}-${random}") 7 7 #set ($contactFormEntryDoc = $xwiki.getDocument('ContactRequests.' + $uniqueName)) 8 8 #set ($statusCode = 200) 9 9 #set ($message = "$contactFormEntryDoc")