Radio Group Error

paulwi 13 May, 2008
I have a radio button group in my form. The email results capture the correct button data. However the database version captures only the first button (if checked), and saves a 'blank' if anything other than the first radion button is checked. I am using your 14/2/08 version of the compponent and the mambot on J 1.0.15.

Thanks for your assitance!
GreyHead 13 May, 2008
Hi paulwi,

What is the $_POST array result for the radio button group?

Turn on DeBug in the form General Tab and you'll see the $_POST array at the top of the page when you hit submit.

Bob
paulwi 14 May, 2008
Bob, thanks for your quick reply! The problem occured because, I had embedded a text field within the radio group. While this did not mess up the email results (_POST matched the email results), the database wouldn't take it. When I moved the text field outside the radio group, everything worked well.

Paul
This topic is locked and no more replies can be posted.