Hi all
I'm trying to get formmail.cgi to interact with my Flash movie form. Formmail.cgi generates an email from an html form BTW.
I can post my variables from the Flash form and generate an email. But can't work out how to get formmail to return a confirmation.
I've worked out the point where formmail returns a confirmation html page.
else {
print "<html>blah blah</html>";
}
All I want returned is the string that my Flash movie expects, which is "&result=Success. You did it." Where 'result' is a Flash variable.
I've tried...
print "&result=Success. You did it.";
Didn't work.
Sorry about this one but I am not a programmer, just an adapter. This one I can't work out.
Thanks in advance
Milster
I'm trying to get formmail.cgi to interact with my Flash movie form. Formmail.cgi generates an email from an html form BTW.
I can post my variables from the Flash form and generate an email. But can't work out how to get formmail to return a confirmation.
I've worked out the point where formmail returns a confirmation html page.
else {
print "<html>blah blah</html>";
}
All I want returned is the string that my Flash movie expects, which is "&result=Success. You did it." Where 'result' is a Flash variable.
I've tried...
print "&result=Success. You did it.";
Didn't work.
Sorry about this one but I am not a programmer, just an adapter. This one I can't work out.
Thanks in advance
Milster