Metrov 8
11-30-2000, 09:46 PM
I am creating my first Flash Form. In the tutorials and .flas I've studied, they all use the following action in the 'send' button:
On (Release)
Load Variables ("http://www.server.com/cgi-bin/myform.cgi", 1, vars=POST)
End On
However, my server uses a system which is slightly different from the normal CGI. The code for sending a form action to my server is:
form action="/server-scripts/formail/FormMail.pl"/
INPUT type=hidden name="recipient"
value='[email protected]"
input type=hidden name="redirect" value="http://www.metrov2000.com/Pages/orderpage/orderthankyou.htm"
So, how do I modify the usual AS for a Flash Form so that it will work on my server's system?
Also, is there a way to 'redirect' to a Thank You movie?
Thank you very much, Metrov
On (Release)
Load Variables ("http://www.server.com/cgi-bin/myform.cgi", 1, vars=POST)
End On
However, my server uses a system which is slightly different from the normal CGI. The code for sending a form action to my server is:
form action="/server-scripts/formail/FormMail.pl"/
INPUT type=hidden name="recipient"
value='[email protected]"
input type=hidden name="redirect" value="http://www.metrov2000.com/Pages/orderpage/orderthankyou.htm"
So, how do I modify the usual AS for a Flash Form so that it will work on my server's system?
Also, is there a way to 'redirect' to a Thank You movie?
Thank you very much, Metrov