Hello everyone
I have a question, I want to create a form that has dynamic fields, suppose a user clicks on the filed with the amount of users than he will see fields (text box) according to the amount that he Select before.
example
Number of participants in the course = 8
so he get 8 text box
name1
name2
.
.
name8
Thanks for your help ,kobi
I have a question, I want to create a form that has dynamic fields, suppose a user clicks on the filed with the amount of users than he will see fields (text box) according to the amount that he Select before.
example
Number of participants in the course = 8
so he get 8 text box
name1
name2
.
.
name8
Thanks for your help ,kobi
Hi kobi31,
This is fairly straightforward using JavaScript - though there are some potential problems with validation of hidden inputs. There are a couple of threads discussing this if you search the forums here.
You an also get the same effect by using a multi-page form. Ask for the number of particpants on one page and generate the required number of sub-forms on the next page.
Bob
This is fairly straightforward using JavaScript - though there are some potential problems with validation of hidden inputs. There are a couple of threads discussing this if you search the forums here.
You an also get the same effect by using a multi-page form. Ask for the number of particpants on one page and generate the required number of sub-forms on the next page.
Bob
This topic is locked and no more replies can be posted.