|
Thanks for getting me in the right forum - LadnRed.
New to building websites and want to add a contact form to the website I am building. Host with godaddy and want to use the cgi script. I am able to build the form using my editor, and I want the form to redirect back to my thank you page. (Did read godaddy's instructions) - as I said, I am new. Any help would really be appreciated. This is sample of what I am doing to redirect to my thankyou page:
<form name="contact" method="post" action="action=http://sample.com/cgi/gdform.cgi " onSubmit="return requiredata();">
<input type="hidden" name="recipient" value="info@sample.com"/>
<INPUT TYPE="HIDDEN" NAME="subject" VALUE="Contact "
/>
<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://sample.com/S_000012.htm" />
I can't seem to get the redirect to work. Any help is appreciated.
Thanks
Last edited by Newbie22; 10-31-2008 at 08:15 AM..
Reason: Wrong forum
|