html
Kizzeith asked:

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?