
March 21st, 2008, 05:34 AM
|
|
Registered User
|
|
Join Date: Mar 2008
Posts: 3
Time spent in forums: 1 h 31 m 25 sec
Reputation Power: 0
|
|
|
General - Send form data to 2 autoresponder accounts
Hi,
I want my form to send the form data (name + email) to 2 different accounts on the same cgi script simultaneously.
Code:
<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)
Code:
<input type="hidden" name="account" value="11">
and
2)
Code:
<input type="hidden" name="account" value="12">
I think javascript might have worked, but may be disabled on some the user's computers.
thanks,
jimo
|