Quote:
Originally Posted by ktoronto123
This is a great mod!
Two questions
1) When emailing the form results, is it possible to replace the "FROM" as from the submitter's own email address?
2) Is it possible to submit the same form to more than one email address? I.e. I have check boxes of three possible email recipients in the form, the user can select A and B to receive the form output, and then the form will email it to them. I'm thinking this requires a preform submission PHP but I don't know how to gain access to the variables.
|
Form Hook: Before Submit
PHP Code:
$form['email'] = $vbulletin->userinfo['email'];
Yes to email to multiple emails addresses separate emails using
;
Form Hook: Before Submit
PHP Code:
$form['email'] = str_replace(", ", ";", $qo[45]);
45 being the question id