Skip to product information
1 of 1
Published:2024.09.24

An example of adding fields to the contact form of the Shopify theme "Rise/Dawn" by making changes through the theme editor without directly modifying the liquid file.

An example of adding fields to the contact form of the Shopify theme "Rise/Dawn" by making changes through the theme editor without directly modifying the liquid file.

Applications

  • Contact formEdit

How to implement

  • HTML/CSS
  • Javascript
View full details

This is an example of how to add custom "drop-down," "radio button," and "checkbox" items to Shopify's contact form. This is how to edit them from the theme editor without modifying the liquid file.


Example of adding "dropdown", "radio button", and "checkbox" items to the contact form of the Shopify theme "Rise/Dawn" (changes are made from the theme editor without directly modifying the liquid file)


[(For the Rise/Dawn theme) How to set it up] Add a custom Liquid section to the contact template and insert the code


[Reference] Body of the email sent


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add a custom Liquid section to your contact template and insert the code

Related Post