I still absolutely love this mod, and it's helped me greatly.
My forms get sent to an e-mail address, and I'd like the reply to go to the user who submitted it (their e-mail address).
Earlier bananalive responded about a plugin and hook:
Quote:
Upgrade to Easy Forms v4.3.0
AdminCP -> Plugins & Products -> Add New Plugin
Create a plugin using hook: easy_forms_action_email
|
and to use this...
$uheaders .= 'Reply-To: = email@domain' . "\r\n";
I'm actually looking for the code to replace email@domain with the email address of the user who submitted the form if possible. I've tried a few variations and failed unfortunately.
Thanks in advance!