Add a picklist input field in contact form

Hi,

I am trying to add a dropdown/picklist input field for the standard contact form on the dawn theme. Which will then be automated into the email that you receive when a customer submits a form.

The label for the input would be ‘issue type’ and its options would be ‘delivery’, ‘returns & refunds’, ‘my order’, ‘technical’, ‘payment and promotions’ and ‘other’.

Any help would be appreicated.

Thanks,

Hi @AllOut

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Sections → “contact-form.liquid” ->paste the below code at the location where you want to show the filed.

  

      

Hi,

That looks great thank you so much!