Hi! I am trying to create a dynamic form that if you answer yes to question 1 it goes to question 2, if you answer no, it goes to question 3. Question 1 and the answer is still displayed. You can also go back and change the answer to question 1 and the next question will change depending on the answer. Question 2 has multiple radio buttons. All other questions are yes/no radio buttons.
I originally did it in javascript, but it doesn't work if you want to go back and change it.
I would like to create it in ASP. Can anyone help?
Sarah