johnm
Young Devil
Registered: Aug 2005
Local time: 12:38 PM
Location: Surrey,UK
Posts: 133
|
| flash feedback form and cgi | Post #1 |
hi
I have an html feedback form on my site that sends the feedback to the formmail script on my server and I receive an email. The code in my html form is
<form name="formmail" action="/cgi-bin/formmail/formmail.cgi" method="post">
<input type=hidden name="redirect"
value="http://www.mysite.com/thanks/">
<input type=hidden name="recipient" value="me@mysite.com">
I would like to replace it with a Flash form. I have created a form with three input fields; name,mail,comment. I have put the following script on the submit button
ActionScript:
on(release){loadVariables ("http://www.mysite.com/cgi-bin/formmail/formmail.cgi", "POST")}
|
I do not get an email. Is there more to it than this please?
thanks
john
Report this post to a moderator | IP: Logged
|