0 Votes

Wiki source code of SubmitForm

Last modified by Ryan C on 2025/06/08 17:13

Hide last authors
Ryan C 2.1 1 {{velocity}}
Ryan C 5.1 2 {{html clean="false"}}
Ryan C 4.1 3 <form action="$xwiki.getURL('Help.Applications.AntiWhiteIncidents.Code.TemplateProvider', 'createfromtemplate')">
4 <input type="hidden" name="space" value="Help.Applications.AntiWhiteIncidents"/>
5 <input type="hidden" name="template" value="Help.Applications.AntiWhiteIncidents.Code.TemplateProvider"/>
Ryan C 3.1 6 <input type="hidden" name="parent" value="$doc.fullName"/>
Ryan C 4.1 7 <input type="hidden" name="title" value="Report - $xcontext.date"/>
8 <input type="hidden" name="xredirect" value="$doc.getURL()"/>
9 <input type="submit" value="Submit a Report"/>
Ryan C 2.1 10 </form>
Ryan C 5.1 11 {{/html}}
Ryan C 2.1 12 {{/velocity}}
13