Flash 5 Form Problem

They have: 218 posts

Joined: Apr 2001

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

They have: 218 posts

Joined: Apr 2001

I got this one figured out,

Tony

Brian Farkas's picture

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 Smiling

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.