SkyRanger Posted May 1, 2008 Share Posted May 1, 2008 I am trying to add a form to flash, I am a big noob to flash and not sure how I would do this. I can get the form to work, that is not a problem. The problem I am having is how to added hidden fields to my flash form. Not sure how to convert this to flash: <input type="hidden" name="receiver" value="name@email.com"> Quote Link to comment https://forums.phpfreaks.com/topic/103723-flash-forms/ Share on other sites More sharing options...
SkyRanger Posted May 5, 2008 Author Share Posted May 5, 2008 I am still lost in this. I can get everything to work no problem except i need to put in a hidden field into my flash and I am still not sure on how to do this. I have searched the net repeatedly with no result. Quote Link to comment https://forums.phpfreaks.com/topic/103723-flash-forms/#findComment-533695 Share on other sites More sharing options...
ILYAS415 Posted June 22, 2008 Share Posted June 22, 2008 Answer is very simple... Instead of using a hidden form why don't you just create a variable in flash like.... var receiver:String = "example@example.com"; //then use it when emailing ur form? Quote Link to comment https://forums.phpfreaks.com/topic/103723-flash-forms/#findComment-571464 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.