Hi:
I need to create a form where the first question asked is if they are an individual or a group, and then linking them to page in the form for wheich ever one is chosen. It would seem using a radio button would work well, but I am not sure what the php code would be. From what I understand PHP doesn't use 'onclick' which is the only thing I know. Could someone give me an assist?
Thansk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, the first question of individual or group should be a simple form within itself. Where the user selects "Individual" or "Group." Then from there you would use the field data from that form to post into URL to a page with a complete form that corresponds to the category chosen in the beginning.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi:
I need to create a form where the first question asked is if they are an individual or a group, and then linking them to page in the form for wheich ever one is chosen. It would seem using a radio button would work well, but I am not sure what the php code would be. From what I understand PHP doesn't use 'onclick' which is the only thing I know. Could someone give me an assist?
Thansk
Well, the first question of individual or group should be a simple form within itself. Where the user selects "Individual" or "Group." Then from there you would use the field data from that form to post into URL to a page with a complete form that corresponds to the category chosen in the beginning.