I'm just creating my first form with PHP Form Generator and it asks for the number of fields in my form. Question: Does each single radio button or check box constitute a separate field or is a field the collection of two or more radio buttons or check boxes for a single form item?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If the radio buttons or checkboxes fall under the same question they are all one field.
example:
Sex?
tick: Male
tick: Female
In this case this is all one field. You will need to enter "2" in the "Field Size One" column. This "2" is your 2 options which you will then enter on the next screen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm just creating my first form with PHP Form Generator and it asks for the number of fields in my form. Question: Does each single radio button or check box constitute a separate field or is a field the collection of two or more radio buttons or check boxes for a single form item?
If the radio buttons or checkboxes fall under the same question they are all one field.
example:
Sex?
tick: Male
tick: Female
In this case this is all one field. You will need to enter "2" in the "Field Size One" column. This "2" is your 2 options which you will then enter on the next screen.