DEV Community

Miss Una Gaylord
Miss Una Gaylord

Posted on

How to Show Conditional Questions in a Form?

Hi everyone,

I’m working on creating a form where the next question appears based on the user’s previous response. For example:

Question 1: What do you enjoy doing the most?

Cooking traditional dishes

Playing sports

If the user picks Cooking traditional dishes, then I want to display “What’s your favorite Filipino food?”
But if they choose Playing sports, it should show “Which sport do you like the most?”

I came across a Filipino food website that inspired this logic because of how beautifully it organizes menu items based on user choices — kind of like a dynamic experience that keeps things interactive. If you’ve ever checked out sites like Amber’s Menu, you’ll notice how structure and presentation can really enhance engagement.

Has anyone here tried conditional logic in their online forms? I’d love to hear what tools or methods you used to make it smooth and responsive.

Top comments (0)