I would like implement a sort of choice using only Html and Css. I need to obtain a field where my user makes a choise and the latter leads to different forms. Precisely if my user decides to change his password will appear two input fields, or if he decides to change his information about his place of residence will appear four input field. Is possible this by using only Html and Css?
Share
Sounds like you need to use a javascript library to do this bud. Don’t think you can trigger this with just html and css. Though i may be wrong.