I have created a custom Gravity Forms submit button that works perfectly on every page of my site, except for the form I have inside a header Modal (Inner Close) element. The JS script that I put in Global JS doesn’t run for the custom submit button inside the modal. The Global JS script targets the button and adds a display:none; to the button’s CSS when the form’s confirmation message loads.
Note: I tried putting the JS script in Header JS and then Footer JS instead of Global JS, but those didn’t work either.
Just wondering if a Global JS vs Modal (Inner Close) JS conflict is a known issue? I haven’t been to find any info on it if it is.