form select for reason

pull/1/head
alexanderroese 2024-05-31 13:44:27 +02:00
parent 01214c4a00
commit 04a88f8336
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@
</div>
{% endcomment %}
<div class="field">
<select id="ContactForm-reason" name="reason" class="field__input" style="height: 60px">
<select id="ContactForm-reason" name="contact[reason]" class="field__input" style="height: 60px">
<option value="general">Allgemein</option>
<option value="feedback">Feedback</option>
<option value="reportAnIssue">Ein Problem melden</option>