0 Votes

Wiki source code of PublicSubmission

Version 12.1 by Ryan C on 2025/06/08 18:06

Hide last authors
Ryan C 8.1 1 {{velocity output="yes"}}
Ryan C 6.1 2 #if($request.headline)
Ryan C 12.1 3 <div class="alert alert-success">Submitted: $request.headline</div>
Ryan C 6.1 4 #else
Ryan C 12.1 5 <form method="post" action="$doc.getURL()">
6 <input type="hidden" name="form_token" value="$services.csrf.getToken()" />
7 <label>Headline</label>
8 <input type="text" name="headline" />
9 <button type="submit">Submit</button>
Ryan C 6.1 10 </form>
11 #end
Ryan C 2.1 12 {{/velocity}}
Ryan C 5.1 13