Hi, I recently added a custom form to the contact us email "subject", it appears fine on the front end and sends the information to the email. However it appears like this to the email it is being sent to.
Where would I edit this in the code or on the website management? Email templates in settings do NOT contain the contact us form.
Thanks!
EDIT: For clarity, the subject input is being translated to "New customer message on %{creation_date}:" and I want to change that.
Hello,
I am not sure if you still need this answer but for other might encounter this in the future what you can do is change the contact[subject] to other name like.
input type="text" id="contactFormSubject" name="contact[title]" placeholder="Subject" autocapitalize="words" value="{% if form.title %}{{ form.title }}{% endif %}"
to prevent that subject %{creation_date}: issue inside the message.
User | Count |
---|---|
21 | |
18 | |
13 | |
11 | |
11 |