First I would like to thank you for ChronoForms.
Joomla 1.5.9
3.1 RC2
Tested in: FireFox 2.xx, IE 7
Form page: http://westernmassatv.org/membership/REMOVE/53.html
I am having 2 problems.
My first problem is I have 3 radio buttons, 1 I just want to make sure the customer has ticked, the other 2 are a one or the other and I want to make sure the customer has ticked one I have setup the validation as such (see below) if the customer selects #12 they get the must select one message if they select #11 all is good, am I doing something wrong or is it a bug?
Validation > validate-one-required: Agree_with_waiver,member_type
Second problem is if I select no radio button I get the "must select message", I then select one, click the submit button and the only thing that happens is the "must select message" goes away, in order for the message to be sent I need to click the submit button again.
Thank You for your time
Dave G
Joomla 1.5.9
3.1 RC2
Tested in: FireFox 2.xx, IE 7
Form page: http://westernmassatv.org/membership/REMOVE/53.html
I am having 2 problems.
My first problem is I have 3 radio buttons, 1 I just want to make sure the customer has ticked, the other 2 are a one or the other and I want to make sure the customer has ticked one I have setup the validation as such (see below) if the customer selects #12 they get the must select one message if they select #11 all is good, am I doing something wrong or is it a bug?
Validation > validate-one-required: Agree_with_waiver,member_type
<INPUT tabIndex="10" type="radio" name="Agree_with_waiver" value="Yes">
<INPUT tabIndex="11" type="radio" value="Individual" name="member_type"> $25.00 Single
<INPUT tabIndex="12" type="radio" value="Family" name="member_type"> $40.00 Family
Second problem is if I select no radio button I get the "must select message", I then select one, click the submit button and the only thing that happens is the "must select message" goes away, in order for the message to be sent I need to click the submit button again.
Thank You for your time
Dave G