Quote:
Originally Posted by chsmith700
bananalive,
I am trying to get this to email to a form question. We have a drop down with email address, I need the form to be emailed to the selection on that drop down. Can you please help?
|
Add to bottom of Form Hook: Before Submit:
(changing 5 to the question hash of the email address question)
PHP Code:
$form[email] = $qo[5];