Hi,
I have a form which consists of drop down lists and hidden fields, depending on the answer to the drop down, then a hidden field will appear. What I am struggling to work out is how to code if a user answers Yes to the first drop down, this then prompts a further drop down, which when answered will open 3 more fields.
Example
Question 1 Individual or Company Answer Individual/Company
Question 2 Is this a new client Answer Yes/No
(if user has answered No then this can prompt a different set of questions depending on what the user answered to question 1)
For Individual the following question would be asked
Question Do we require proof of address
For Company the following question would be asked
Question Do we require Company Registration
How can I hide the fields initially and only show them depending on the combination of answer.
Any help would be appreciated
Thanks