I have already searched the Internet and numerous forums, but have not yet found a useful solution for this actually quite simple case. I hope you can recommend something to me here. Maybe I just don't know what it's called.
I would like to set up a "Decision Tree", so that the customer gets a different way depending on the clicked button. Assuming he has ButtonA and ButtonB in front of him - if he clicks on ButtonA, he gets to an external website. With ButtonB it shows him two new buttons - and so on. The idea behind it is that we have a relatively complex investment platform and he has different options (either he has an account or not, he is a business customer or private etc.). So we want to make it as easy as possible for him with a few specific questions.
How would you best solve this now - with Javascript or maybe simply with a plugin?
Thanks