Multiple values on a form
I need to collect information from my clients using a form. On the form I need a dynamic number of fields. For example, I want to ask my customer to list all his siblings. So I should be able to have a section with First name, last name, relationship, phone, email. However, the number of siblings is dynamic and unknown. There should be an option to click on a plus button to add extra sibling.
How can this be done?