I have a form with a file upload button in it and the button is non-functional. I’ve tried deleting it and recreating it several times, but nothing happens. I’m not getting any javascript errors in the console, it just doesn’t do anything. Can anyone help me sort this out? Here’s my read-only:
Actually I do have one more related question. I am trying to make the file upload field required depending on what they select in the radio button field for the method of entry. I have some jquery code that makes the upload field required based on the user selection, and that part works fine, but if I try to submit without the file upload being set when it is required I don’t get an error message. The form doesn’t submit which is fine, but I’d like to show an error messages the user knows they need to upload a file. Can you tell me if there’s a way to get the error message to show?