form select for reason
parent
01214c4a00
commit
04a88f8336
|
@ -114,7 +114,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
<div class="field">
|
<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="general">Allgemein</option>
|
||||||
<option value="feedback">Feedback</option>
|
<option value="feedback">Feedback</option>
|
||||||
<option value="reportAnIssue">Ein Problem melden</option>
|
<option value="reportAnIssue">Ein Problem melden</option>
|
||||||
|
|
Loading…
Reference in New Issue