i have this form
is it possible to send the last 5 variables to a differnt email adres then the first 14 variables
<form name="orderForm" action="/cgi-bin/mutatiehr.pl" method="post">
<input type="hidden" name="bgcolor" value="#FFFFFF">
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,REMOTE_USER,HTTP_USER_AGENT">
<input type="hidden" name="recipient" value="xxx@xx.nl">
<input type="hidden" name="" value="">
<input type="hidden" name="subject" value="Mutatie eigen medewerker">
<input type="hidden" name="email" value=<?php echo $row["strEmail"];?>>
<table border=0>
<TR>
<TD>Subcodering kostenplaats</TD>
<TD><INPUT size=35 name=subcodering_kostenplaats></TD>
</TR>
<TR>
<TD>Kostencomponent</TD>
<TD nowrap><INPUT size=35 name=kostencomponent></TD>
</TR>
<TR>
<TD>Functietype</TD>
<TD><INPUT size=35 name=functietype></TD>
</TR>
<TR>
<TD>Invoergroep</TD>
<TD><INPUT size=35 name=invoergroep></TD>
</TR>
<TR>
<TD>Saldo uren</TD>
<TD nowrap><INPUT size=35 name=saldo_uren></TD>
</TR>
<TR>
<TD>Saldo overuren</TD>
<TD><INPUT size=35 name=saldo_overuren></TD>
</TR>
<TR>
<TD>Saldo meeruren</TD>
<TD nowrap><INPUT size=35 name=saldo_meeruren></TD>
</TR>
<TR>
<TD>Saldo verlofuren</TD>
<TD><INPUT size=35 name=saldo_verlofuren></TD>
</TR>
<TR>
<TD>Saldo ADV uren</TD>
<TD><INPUT size=35 name=saldo_adv_uren></TD>
</TR>
<TR>
<TD>Saldo bijwerken?</TD>
<TD nowrap><INPUT size=35 name=saldo_bijwerken></TD>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD>Personeelsnummer</TD>
<TD><INPUT size=35 name=personeelsnummer></TD>
</TR>
<TR>
<TD>Naam medewerker</TD>
<TD nowrap><INPUT size=35 name=naam_medewerker></TD>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD>Naam FMC/FMA</TD>
<TD><INPUT size=35 name=naam_fmc_fma></TD>
</TR>
<TR>
<TD>Telefoonnummer FMC/FMA</TD>
<TD nowrap><INPUT size=35 name=telefoonnummer_naam_fmc_fma></TD>
</TR>
<TR>
<TD>Toegangspas (standaard autorisatie)</TD>
<TD><INPUT size=35 name=toegangspas_standaard_autorisatie)></TD>
</TR>
<TR>
<TD>Meubilair (bureau hoek, etc)</TD>
<TD nowrap><INPUT size=35 name=meubilair></TD>
</TR>
<TR>
<TD>Telefoonnummer (nieuw of bestaand?)</TD>
<TD nowrap><INPUT size=35 name=telefoonnummer_nieuw_of_bestaand></TD>
</TR>
</p>
</div><p><input type="submit" value="Versturen" id="sub"
style="color:#800000;display:none;"> </p>
</form>