简体   繁体   中英

I need to achieve this using HTML, CSS and JavaScript - any help will be great

Do you wish to include designation in the e-form?

Yes

No

If they select Yes, the following question will appear,

Which you want to apply - (Check all that apply)

He/ HimHim

She /Her

TheyThey They/TheirTheir

Other (open(open (openfieldfield to typetype in )

This type of thing can be pretty easily achieved with jquery if that is an option for you, or even with plain javascript. A quick google search brought up this simple example that may help you: http://form.guide/html-form/html-checkbox-events.html You'll want to look at the sections on checkbox click events and on showing/hiding content on click.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM