Announcement

Collapse
No announcement yet.

Contact Form CTFM From address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lesliekirk
    replied
    Let me try that again - it barked at me the time I tried it.

    Leave a comment:


  • Matt Zimmermann
    replied
    Hi Leslie,

    You should be able to do this:
    Code:
    <mvt:assign name="l.mail:from" value="asciichar(34) $ g.store:name $ asciichar(34) $ ' <[email protected]>'" />

    Leave a comment:


  • lesliekirk
    started a topic Contact Form CTFM From address

    Contact Form CTFM From address

    The store owner would like to change the From email address in the form from the store email address to a specific email address

    Code:
    <mvt:assign name="l.mail:from" value="asciichar(34) $ g.store:name $ asciichar(34) $ ' <' $ g.store:email $ '>'" />
    My attempt to replace $ g.store:email $ with the email address didn't go over well. Should I just replace g.store:email or do I need to replace <' $ g.store:email $ '>?
Working...
X