I'm trying to see if there is a way to hide the submit button by default, then if the value of the radio buttons = Yes, show the submit button.
There are 4 radio buttons this is dependent on, and the problem I'm facing is though the available javascript in previous answers posts works on a new form, if the form is a form that was saved as a draft the submit button does not populate because the submitter is not actively clicking the radio buttons. The only way to correct this is by having the submitter reselect one of the radio buttons in the draft.
Any advice would be appreciated.