Update from Shopify for theme SHX-Theme/main
Committed from shop: Quickstart (e8822a71)pull/1/head
parent
3970a8c1d2
commit
a9275029b7
|
@ -114,10 +114,13 @@
|
|||
</div>
|
||||
{% endcomment %}
|
||||
<div class="field">
|
||||
<select name="reason" class="field__input">
|
||||
<select id="ContactForm-reason" name="reason" class="field__input">
|
||||
<option value="test">Test</option>
|
||||
<option value="test2">Test2</option>
|
||||
</select>
|
||||
<label class="form__label field__label" for="ContactForm-reason">
|
||||
{{- 'templates.contact.form.comment' | t -}}
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<textarea
|
||||
|
|
Loading…
Reference in New Issue