Flash/PHP form with text fields and checkboxes
where start! - i'm new this! - , i'm running out of time!
ok. trying create form in flash post results nominated email address. form contains text fields - 'firstname' 'phone' 'email' 'address' .... blah, blah..... , checkboxes. far have got checkboxes working, text field entries come thru blank. trying make text fields mandatory. @ moment if hit submit sends anyway!
any appreciated
ok. trying create form in flash post results nominated email address. form contains text fields - 'firstname' 'phone' 'email' 'address' .... blah, blah..... , checkboxes. far have got checkboxes working, text field entries come thru blank. trying make text fields mandatory. @ moment if hit submit sends anyway!
any appreciated
sender.firstname = firstname.text;
should
senderload.firstname = firstname.text;
should
senderload.firstname = firstname.text;
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment