473,480 Members | 5,031 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Radio Buttons within Flash Form & PHP

4 New Member
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
Sep 3 '08 #1
3 3662
nomad
664 Recognized Expert Contributor
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
Sep 4 '08 #2
mringuk
4 New Member
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.
Sep 5 '08 #3
mringuk
4 New Member
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.
Sep 5 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
3579
by: Ken Fine | last post by:
I've made a content managment system that uses icons to represent page layouts. To choose a different layout, the user clicks on a radio button associated with each layout icon. On click of one of...
4
3243
by: Oscar Monteiro | last post by:
I Have to sets of Radio buttons like so: <input type="radio" name=p1 value=1> <input type="radio" name=p1 value=2> <input type="radio" name=p1 value=3> <br> <input type="radio" name=p2 value=1>...
6
3253
by: Craig Keightley | last post by:
I have a page that has n number of radio groups (yes/No) how can i prevent the form being submitted if more than one radio group is not selected? By default all radio groups are unchecked ...
2
1936
by: James Gardner | last post by:
Within a single form I have a dropdown select box with 2 options and 2 radio buttons. If someone selects option 2 in the dropdown I would like to make the radio buttons disabled, such that you...
5
3534
by: Jan Smith | last post by:
I have a C# project that has a tab control with four tab pages. On each tab page is a set of three radio buttons (named radioButton1 through radioButton12). I would like to loop through the radio...
1
6837
by: kenny8787 | last post by:
Hi, can anyone help here? I have the following code generated from a database, I want to have javascript calculate the costs of the selected items using radio buttons, subtotal the costs and...
3
2139
by: John Dann | last post by:
Is it reasonable practice to use a control to hold a variable value? There's a (Boolean) flag that I want to allow the user to set or not as they wish. This will be set either simply by a...
1
1684
by: Sideswipe | last post by:
I am trying to concatenate selected values from numerous radio button sets into 1 series and assign it to a single hidden field. I have never done javascript before and I continue to run into...
7
3507
by: Jerim79 | last post by:
My situation is that I have a form that asks the user for a number. Next, I execute a while loop that displays a group of questions the amount of times the customer entered. For instance, the loop...
0
7041
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7080
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6736
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
4772
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4478
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2994
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2980
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1299
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
561
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.