Forum Home
Press F1
 
Thread ID: 43607 2004-03-20 22:03:00 website design - form to webpage Greg S (201) Press F1
Post ID Timestamp Content User
224000 2004-03-20 22:03:00 Hi. I'm trying to simplify my customer's order processes, by having the contents of a form sent to another webpage instead of email. (the target webpage will be ssl secured and password protected, but I doubt that makes a difference).

What code would I use, or do I need a specific cgi for this? I currently have form-mail installed. An example of my existing codes are:

<form ACTION ="mysite.co.nz method="POST">
<input TYPE=hidden name="redirect" value="http://www.mysite.co.nz">
<input TYPE=hidden name="recipient" VALUE="service@mysite.co.nz">

...where the resultant form contents get emailed to the recipient shown.

Thanks!
Greg S (201)
224001 2004-03-21 00:46:00 I dont know what you are getting at, i think you will need a CGI script.

can you find an example of "....to another webpage....." on the web and give us a link then we can tell you how it might be done.
robsonde (120)
224002 2004-03-21 01:28:00 I can't really explain it more than I have above.

Anyway, I've found a script that'll do it for me
Greg S (201)
1