Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 3rd, 2008, 07:18 PM
Newbie
 
Join Date: Sep 2008
Location: Wirral, U.K.
Age: 61
Posts: 4
Default Radio Buttons within Flash Form & PHP

I have included a feedback form within my Flash Site which contains two sets of Yes/No RadioButtons. The Form text fields are interfacing with the PHP correctly but the two questions with RadioButtons don't return any result. I believe I've paired the RadioButtons correctly in the Components Inspector but am not sure if the problem is within the RadioButton Setup, the ActionScript or the PHP file.

I would appreciate any help but please make it simple because at 60 years of age most computer jargon beats me. I have Zipped my working files at

http://www.deeside-rotary.org.uk/feedback_form.zip

Many thanks
Reply
  #2  
Old September 4th, 2008, 10:24 PM
nomad's Avatar
Expert
 
Join Date: Mar 2007
Location: CA.
Posts: 562
Default

You might be better of posting your code. Not to many of us are going to open a zip file and look at the contents due to virus and among other things.
That's my two cents
nomad
Reply
  #3  
Old September 5th, 2008, 04:06 PM
Newbie
 
Join Date: Sep 2008
Location: Wirral, U.K.
Age: 61
Posts: 4
Default

Quote:
Originally Posted by nomad
You might be better of posting your code. Not to many of us are going to open a zip file and look at the contents due to virus and among other things.
That's my two cents
nomad

Thanks will do, I didn't take that into account.
Reply
  #4  
Old September 5th, 2008, 04:13 PM
Newbie
 
Join Date: Sep 2008
Location: Wirral, U.K.
Age: 61
Posts: 4
Default

The code on the send_btn is as follows:

on (release) {
if (centre eq "" or name eq "" or email eq "" or message eq "" )
{
stop();
} else {
loadVariablesNum("formmail.php", 0, "POST");
gotoAndStop(45);
}
}

This is sending every to the PHP file and emailing the submitted content except for the RadioButtons. The return from the RadioButton returns [object Object] on each.
Reply
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles