Can someone please help me with the actionscript that will allow me to place the value of a combo box component into a dynamic input text field?
I’m trying to have the variables from a form sent to email via php script and I followed the tutorial on this on this site but the combo box values are not being sent.
I guess what I need is the ability for the combobox’s value to be checked frequently and then be placed in a dynamic input text field that is off screen. This will allow me to target the var name of the dynamic input text field with action script & php.
Also, I need the php code to gather these and put them in the body of the email message that is sent along with what ever comments the user inputs into the message part of the form here’s a link to the tutorial I used:
~~> http://www.kirupa.com/developer/actionscript/flash_php_email.htm
And this is a link to the help i got from another forum user but it didn’t work, however the solution seems logically sound:
~~> http://www.kirupa.com/forum/showthread.php?t=252234
Thx in advance,
BiGg RiE