Thanks for your response, but since I'm not a php expert maybe you could help me out a little more.
Would the following script work?
<?php
if ($sub1) {
//mailto:name1}
if ($sub2) {
//mailto:name2}
if ($sub3) {
//mailto: name3}
?>
Should I incorporate this script into the existing php mail handler that I have for this existing form?