I upgraded from Debut theme to Dawn theme. I had succesfully installed a dropdown menu on my Contact Page using custome code (Liquid + JSON)
I attempted to do the same thing with my Dawn theme, but I am getting translation errors. Despite troubleshooting, I am unable to solve this.
Here are the two snippets of code:
Contact-form.liquid
en.default.json
“contact”: {
“form”: {
“reason_for_contact”: “Reason for Contact”,
“select_option”: “Please select an option”,
“product_sourcing_request”: “Product Sourcing Request”,
“inquiry_about_a_listed_item”: “Inquiry on a Listed Item”,
“existing_order_support”: “Existing Order Support”,
“other”: “Other”,
“title”: “Contact form”,
“name”: “Name”,
“email”: “Email”,
“comment”: “Comment”,
“send”: “Send”,
“post_success”: “Thanks for contacting us. We’ll get back to you as soon as possible.”,
“error_heading”: “Please adjust the following:”
}
},
Please let me know what can be done, thank you so much.
