space10-community / conversational-form

Turning web forms into conversations
https://space10-community.github.io/conversational-form/
MIT License
3.8k stars 777 forks source link

Going back to a previous question #383

Open ShaneFelthamGitHub opened 4 years ago

ShaneFelthamGitHub commented 4 years ago

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!

ShaneFelthamGitHub commented 4 years ago

Any ideas? Anyone?

jonodjlee commented 4 years ago

@ShaneFelthamGitHub clicking on any answer takes you back to its related question. Is that what you're after?