PDA

View Full Version : How do I send recipient to CGI?


Minion Uup
01-18-2002, 05:35 PM
I have a form set up in Flash 5.
I am posting to a webform.cgi. I get a recipient error. I have declared the proper e-mail in text fields, and also in the submit button but still nada.

someone help me evolve.

thanks

Jesse
01-19-2002, 06:21 AM
The CGI will expect the recipient variable to have a specifc name. All you need to do is create a variable with that same name on the timeline from which you execute the command which sends your variables (be it loadVars or getURL).