Hi,
I've a page with the module "Formularer, udvidet". It works fine, as long as I only want 1 recipient. But the thing is we need to give the users an option to choose between which department they want to contact.
I though of something like:
<form>
<select name="ToEmail">
<option value='test@mail.dk'>Marketing</option>
<option value='mail@test.com' selected>Administration</option>
</select>
--DW FORM TAGS--
</form>
Is it possible to hardcode this into the template and force the system to use the selected value as recipient of the contact form?
Thanks in advance
Developer forum
Option to choose recipient of contact-formular
Replies
You must be logged in to post in the forum