Github says "
<mvt:comment> <!-- By default, this form is designed to send to the store email address. You can change this by replacing g.store:email with 'my_email@my_domain.com' -->"
1. Regarding the above: Should I replace every instance of g.store:email with [email protected] within my new CTFMnewpagename page template?
2. I make no changes to contact.js, correct?
3. Within CTFMnewpagename, if I want a custom subject, not located in the form, I edit <mvt:assign name="l.mail:subject" value="'[' $ g.store:name $ ' Edit this to insert custom subject line? ' $ g.contactSubject" /> only, correct?
<mvt:comment> <!-- By default, this form is designed to send to the store email address. You can change this by replacing g.store:email with 'my_email@my_domain.com' -->"
1. Regarding the above: Should I replace every instance of g.store:email with [email protected] within my new CTFMnewpagename page template?
2. I make no changes to contact.js, correct?
3. Within CTFMnewpagename, if I want a custom subject, not located in the form, I edit <mvt:assign name="l.mail:subject" value="'[' $ g.store:name $ ' Edit this to insert custom subject line? ' $ g.contactSubject" /> only, correct?
Comment