I am building a webpage for my company that needs to use a webform. I’ve developed the form and I’m diverting it to a cgi webform script (that GoDaddy provided) which is hosted on my own website. It works fine.
The problem is that I want the webform to redirect users back to my company’s website once they’ve submitted their details. At present, it just loads the root homepage for the website (mine) where the script is located.
I’ve tried using <input type="hidden" name="redirect" value="http://www.mywebsite.com/default.… but it just brings up a 404 error message after the submission.
Is there a problem in using a script and then diverting the user back to an external domain outside of the location where the script is hosted?
If anyone can help, please do!
Next: Is It Legal To Register A Domain Name That Has An Existing Company Name As Part Of The Domain Name?
Previous: Can I Use The Same Domain Name As Another Person In Another Country?
"Help With Html Form Redirect Function – How Do You Redirect To External Site After Form Submitted?" was posted on Tuesday, December 22nd, 2009 at 6:29 am.
put this on the page they are delivered to when they submit the form.
p.s. make sure http is in the url, i removed so it would display properly.
example:
i think the go daddy script needs to b changed a little.
There u can change the rediect target if they allow.
Redirects can be either scripted, or done with an address reference….
Java Redirect: http://www.netadmintools.com/art420.html
Mmm, I can’t find the example I need, just:http://www.posi.net/software/selectpage/
The page change I am thinking of has a link, then a second link actually built into the address, kind of like two addresses. Ah well, hopefully the java and cgi stuff might help