i have a flash document with two input fields in it.
txtName
txtEmail
and a submit button with the action script of:
--------Code:on (press) { loadVariables("submit.cfm","","POST" ); }
my submit.cfm file is:
--------Code:<CFMAIL From="#form.txtEmail#" To="imailsrv@myserver.com" Subject=" " Type="HTML" > subscribe #txtEmail# </CFMAIL> <cfoutput> Thank You! Name: #form.txtName# <br> EMail: #form.txtEmail# <br> </cfoutput>
i don't get an email from the flash file, but if i run a normal form from an html document, it works fine..
any sugguestions on how to get the flash form to send the variables to the coldfusion script?
thanks




Bookmarks