Hey everyone! I’m needing help changing one of my labels on my contact form. Instead of it saying “Message” I want it to say “Your Story.” Here is the current code for that part. I can’t figure out what I need to change to switch the label. Thanks!
{{ ‘contact.form.message’ | t }}
{% if form.body %}{{ form.body }}{% endif %}
Hi @mylittleitch
To change this, click on “Online Store” → “Themes” → “More Actions” → “Edit Language” and then search for the relevant field and modify there.
Let me know if that works!
1 Like
Wow thanks I had no idea that feature was there! However, I still can’t find the specific section I’m trying to change. I have a generic Contact Me page that I don’t need to edit at all. That is the one that I can see when I go to the edit languages section. But the form I’m trying to change is an additional contact form that’s directly related to my blog. Is there a way to use the Edit Language option for that one? Thanks!
Hi @mylittleitch ,
You can find and edit the code for your theme.
Steps:
-
From your Shopify admin, go to Online Store > Themes → Select your theme.
-
Click Actions > Edit code.
-
Please find and replace with your info in the file name “en.default.json”
Screenshot to refer: https://prnt.sc/11ar6m6
Hope this helps!
1 Like