Hi everyone,
I’m trying to create a form where different questions appear based on the user’s previous answer. For example:
What is your favorite subject?
Math
English
If someone selects Math, I want to display “What’s your latest math score?”
But if they pick English, it should show “What’s your favorite English book?”
I’m experimenting with this type of logic for an educational tool similar to a platform , where user input determines the next step or result. You can check out a practical example on the GWA Calculator website for better understanding.
Has anyone implemented this kind of conditional form behavior before? Any recommended methods or plugins?
Top comments (0)