You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
389 B
HTML
12 lines
389 B
HTML
<form action="/" method="POST">
|
|
<h3>Discord Tag: </h3>
|
|
<input type='text' name='discord-tag'/>
|
|
<br/>
|
|
<h3>Feedback: </h3>
|
|
<textarea name='feedback' rows="5">
|
|
What do you like, or dislike, about {{dist}}, and how can we make it better? :)
|
|
</textarea>
|
|
<br/><br/>
|
|
<p>{{camp_extra}}</p>
|
|
<button type='submit' class="btn btn-primary">Register</button>
|
|
</form> |