Set Reply Email
-
Hi again,
I tried to set up a contact form in a way that allows the admin to reply to the person who submitted the form. As the from address is not accepting form data, I couldn’t find a way in the interface to do this.
However, by adjusting the plugin code a little I found out that it’s not difficult to parse dynamic data in the “from” field.
(Replace$this->extract_from_details($fromEmail)
in thesendMail
function by$this->extract_from_details($tagHandler->merge($fromEmail))
)Unfortunately implementing this myself without it breaking during an update would require a hook. Is there a simpler solution or would you consider adding that functionality and/or (probably even better) a reply-to field to the plugin? Thanks in advance!
- The topic ‘Set Reply Email’ is closed to new replies.