Doing a little research, I came across Sanford's suggestion for a .js & css solution to toggle a submit button, based on a select field.
It seems to be a pretty straightforward drop-in, but now I need to figure out what's preventing it from working for me. I just discovered one difference between his example and my form sitting on a Marketo Landing page, that might be causing some of the problem. In his example, the submit button's "mktoButtonRow" is sitting inside a "mktoFormCol" field. Mine is not inside the mktoFormCol, it seems. I'm wondering what the difference might be. Maybe there's a setting somewhere I need to change - or there's just something about the script I didn't understand and need to change.
For reference... his example: MktoForms2 :: Conditionally Show Submit - JSFiddle
And I went ahead and activated my test page for a moment to show what I'm trying: go.cyberscout.com/CyberScoutcom-Form_testingform.html
Solved! Go to Solution.
Wow, that's quite an oldie! I wouldn't do that the same way now (I even just tightened up the Fiddle code a little bit) but I think the problem is that you don't have the Rich Text in place.
The way the code works is requires a RT area w/this inside:
<input name="__showSubmit" type="hidden">
Then a Visibility Rule on that RT determines whether the Submit button is shown or not.
Pretty sure I posted later-model code on the Community too.