I'm a little confused on this one and I don't know how to begin to search this question in any javascript information sites.
I have a section called "Ship Method' on my form with checkboxes for four different methods.
I also have a section "Payment - Check One" for either C.O.D. or credit card with checkboxes for MC Visa Amex. If they check one of the credit card boxes, then they need to fill out card#, exp. date and name.
My questions are as follows:
Is it possible to make the "ship method" required, whereas, one of the checkboxes is required to be checked? I cannot figure it out without making each box required.
Is it possible to have the 'payment method' section required, whereas, they cannot submit the form unless one of the options (cod or credit card) is checked? To go even further, if they check credit card, then the following fields (card #, etc.) will need to be required.
Sorry to be so long, I just don't know a better way to ask these questions, nor how to do a search on this... your help and guidance would be greatly appreciated.
Sue
Are you submitting to a server, or using e-mail?
George