jimo474
03-21-2008, 04:50 AM
Hi,
I want my form to send the form data (name + email) to 2 different accounts on the same cgi script simultaneously.
<form name="subscribeform" method="post" action="http://www.easy-homebiz.net/cgi-bin/ml/register.cgi" target="_blank">
In other words, when the person subscribes and clicks submit the data should go to:
1)
<input type="hidden" name="account" value="11">
and
2)
<input type="hidden" name="account" value="12">
thanks,
jimo474
I want my form to send the form data (name + email) to 2 different accounts on the same cgi script simultaneously.
<form name="subscribeform" method="post" action="http://www.easy-homebiz.net/cgi-bin/ml/register.cgi" target="_blank">
In other words, when the person subscribes and clicks submit the data should go to:
1)
<input type="hidden" name="account" value="11">
and
2)
<input type="hidden" name="account" value="12">
thanks,
jimo474