How Can I Have Fields Appear On An Html Form When A Checkbox Is Selected?
Friday, September 25th, 2009 at
11:20 am
Comments (2)
Basically, I have an email/upload form using html and linked to a php script (post.)
I want to have a checkbox or yes/no radio buttons that ask if the submitter is uploading a file. If yes is selected, i want the upload section to be active. If no is selected, I want it to be hidden or “grayed” out.
How can I do this?