I was looking for some help if possible please. I have got a basic start on my form that I'd like to create and one of the questions is multiple choice.
When a user chooses one of the radio options it offers a short explanation of the product and asks if they are happy with their choice. If not then I'd like to provide a way to go back and choose a different answer.
I know I could build in a new question asking the same thing but with multiple routes through the application it will get quite messy, quite quickly.
I found another solution which was to use 'window.ConversationalForm.remapTagsAndStartFrom' but I'm not really sure how to implement this, would it be an onclick event or something?
Hello,
I was looking for some help if possible please. I have got a basic start on my form that I'd like to create and one of the questions is multiple choice.
When a user chooses one of the radio options it offers a short explanation of the product and asks if they are happy with their choice. If not then I'd like to provide a way to go back and choose a different answer.
I know I could build in a new question asking the same thing but with multiple routes through the application it will get quite messy, quite quickly.
I found another solution which was to use 'window.ConversationalForm.remapTagsAndStartFrom' but I'm not really sure how to implement this, would it be an onclick event or something?
Open to suggestions and thanks for reading!