Hello,
i'd like to make form with 3 dropdown boxes. In Box1 option1, option2 and option3. If someone choose option3 in box2 will show option3.1, option3.2 and option3.3. If choose option3.2 in box3 will show option3.2.1, option3.2.2 and option3.2.3. Is any easy way to do it? I tried to find answer on my question but i couldn't. I am Newbie in html and JS.
Thx
P.S.
And i'd like to have prices with all option, and sum of prices in the form. Is this able to do it?
i'd like to make form with 3 dropdown boxes. In Box1 option1, option2 and option3. If someone choose option3 in box2 will show option3.1, option3.2 and option3.3. If choose option3.2 in box3 will show option3.2.1, option3.2.2 and option3.2.3. Is any easy way to do it? I tried to find answer on my question but i couldn't. I am Newbie in html and JS.
Thx
P.S.
And i'd like to have prices with all option, and sum of prices in the form. Is this able to do it?
Hi Prince,
you are able to do this but for custom ideas like this you need to have the code to do it, your idea needs some JS code to handle it! you may try to google "JS show/hide elements based on dropdown selection" 🤨
Cheers
Max
you are able to do this but for custom ideas like this you need to have the code to do it, your idea needs some JS code to handle it! you may try to google "JS show/hide elements based on dropdown selection" 🤨
Cheers
Max
This topic is locked and no more replies can be posted.