RE: select box in formailer
Posted: Mon Apr 22, 2002 10:48 am
hello all was wondering if anyone would know if it is possible to change the $toaddress in a form submission by what dropdown box is selected . kinda like
<?
if ($select==1)
toaddress ="lalala@yayaya";
elseif ($select==2)
toaddress="jjje@yadayada.com";
if ($select==0)
{ return;
echo"no box was selected";
{
?>
<?
if ($select==1)
toaddress ="lalala@yayaya";
elseif ($select==2)
toaddress="jjje@yadayada.com";
if ($select==0)
{ return;
echo"no box was selected";
{
?>