Quote:
Originally Posted by Vowgaming
have browsed through all 66 pages to see if there is anyway to get a custom email sent to the person after they submited a form.
Reason for this we have used a form as a application for a clan web site.
(unregstered users can fill out form)
field 4 is email address of user
what I would like is php code for vbull to emai to filed 4 (email field)
Tried using url forward option to a seperate script to send email but can not work out how to pass the email address accross
(email.php?p={q_4}) on url to forward to does not take the data
|
I'm not sure what you're trying to do? You can send an email out using vbmail function:
PHP Code:
vbmail($q['4'], $title, $message, 1, $from, $uheaders, $vbulletin->userinfo['username']);