Click to See Complete Forum and Search --> : Send form data to 2 autoresponder accounts


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

bathurst_guy
03-21-2008, 05:02 AM
We require the code for the CGI script to show you where to make modifications.

Thread moved from JavaScript to Server Side

jimo474
03-21-2008, 06:58 AM
We require the code for the CGI script to show you where to make modifications.

Thread moved from JavaScript to Server Side

I believe you are referring to register.cgi right?

I wanted to post the code but got an error that it is too long, so I uploaded it here http://easy-homebiz.net/register-cgi.txt

thanks