Guest bwanawhywhy Posted September 24, 2009 Report Share Posted September 24, 2009 Problem, for aesthetic reasons, I have a form, with 8 radio buttons, for which I require only one choice is to be selected. When the choice has been made 5 Name/value pairs need to be posted to Google checkout and possibly Pay pal. I can get the radio button to post the data ( to the Google sandbox) however it will not change the vale if a different choice is made. I have searched high and low and I am unable to find an example which I find unusual as surely other have tackled this problem before. Ideas of how to tackle this would be appreciated Link to comment Share on other sites More sharing options...
Ingolme Posted September 24, 2009 Report Share Posted September 24, 2009 I'm not sure how you have it.Each radio button will send one variable in the query string. If several radio buttons have the same name attribute the value of the selected radio button will be sent. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now