I have created a form and used JavaScript to break my sections down into Tabs. With that it also hides the Submit button until the final Tab. This works great. However the first tab contains a radio button. This radio button basically says "Do you have a resume to upload?". If you select yes you are able to attach your document and if you select no you then fill out the remainder of the form. At this point I want the Submit button to be revealed based off of the radio button being checked as "yes".
I have tried a few ways but my JavaScript knowledge is a bit sketchy in this area. Any help would be great.
Thanks.