Flash 5 Form Problem
I'm making a Flash form to work with FormMail with input text fields for user name, email and comments, with the variable names of realname, username and comments respectively. For the submit button, I have the folowing action script:
on (release) {
subject = "Site Comments";
recipient = "[email protected]";
loadVariables ("/cgi-sys/FormMail.cgi", this, "POST");
I've got all the variables correct, I think, and the correct location of the server, but no mail is being forwarded to where I specify it to go.
Any ideas,
TonyMontana
electricmountain.com
TonyMontana posted this at 07:01 — 26th October 2001.
They have: 218 posts
Joined: Apr 2001
I got this one figured out,
Tony
Brian Farkas posted this at 17:28 — 27th October 2001.
They have: 1,015 posts
Joined: Apr 1999
Hi Tony,
I'm sure if you could post a reply that would be a big help in the future
Thanks!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.