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

From version 13.157
edited by Alex Cotiugă
on 2026/05/02 09:06
Change comment: There is no comment for this version
To version 13.158
edited by Alex Cotiugă
on 2026/05/02 09:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,7 @@
3 3   #set ($message = '')
4 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")