Quote:
Originally Posted by chrisngrod
Thanks for the reply.
I'm new to Vbulletin so I didn't see that I had not marked this as installed, but I went ahead and did and gave you a 5 start rating.
Your posted method works perfectly for e-mailing the form to the email field that was setup. However, I was hoping that there was a way to set the REPLY TO field in an e-mail.
I have a form that submits to myself and a Cricket Wireless Dealer. Cricket Wireless users submit this form to have changes made on their account. I was hoping that we could hit reply to on our e-mail and have it populate with their e-mail address. My dealer sometimes forgets to copy their e-mail into that field. By default it says it comes from the e-mail address we've inputted in Vbulletin (webmaster@cricketuser.....com).
Thanks again!
|
Upgrade to Easy Forms v4.3.0
AdminCP -> Plugins & Products -> Add New Plugin
Create a plugin using hook:
easy_forms_action_email
PHP Code:
$uheaders .= 'Reply-To: yourdealer@cricket.com' . "\r\n";