<div dir="ltr">A quick glance through the code leads me to believe this type of functionality is not supported by mailform4 out of the box. (Apologies if I'm missing something)<div><br></div><div>It would not be difficult to add if you can do some PHP coding.</div><div><br></div><div>Set up your radio buttons in the form as per instructions in Mailform4. Then in the $Mailform4 variable configure 'recipient_1' and 'recipient_x' with 1 or x corresponding to the value in the radio button. Within  Mailform4Handler() look for the mail() function call - prior to that use a conditional (if/elseif or switch) to set a variable (eg, $recipient) from those values - then use $recipient in the mail() call.</div><div><br></div><div>Do note that after modifying mailform4 you will need to be sure you make your changes again if you ever upgrade that recipe script. To avoid confusion you may want to rename it to mymailform4.php or something.</div><div><br></div><div>-Peter</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 18, 2015 at 12:08 AM, erik burggraaf <span dir="ltr"><<a href="mailto:burggraaferik@gmail.com" target="_blank">burggraaferik@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,  I just set up mailform4 and I have a question about multiple contacts.  I would like to have multiple contact forms because I have several divisions.  There are also a few people in the main group that might need to be contacted for various reasons.  For example, an inquiry about how something works on the website should go to me as the web master to use the term loosely, while another inquiry about institutional policy should go to the president or vice of the organization.  Can I make a set of radio buttons tied to various email addresses so that a person can choose the appropriate place to send their inquiry?  Or do I need to appoint a gatekeeper?<br>
<br>
Thanks,<br>
<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br></div>