I'm trying to get a (very) simple form to work on my site with name, email + comments fields.

I've tried every tutorial, fla and looked all over the boards but I can't get it to work.

Please help, It's driving me mad - I'm sending the info to a CGI form/mail script on a different server to the movie. The present code is......

On (Release)
Set Variable: "subject" = "Feed Back Form"
Set Variable: "recipient" = "me@email.com"
Load Variables ("http://www.server.com/cgi-bin/userform.cgi", 0, vars=GET)
Go to Next Frame
End On

Please, please help me