I’m looking for a competent developer capable of coding an option to use conditional logic to make the form button active/inactive. I am aware of the setting allowing the form button to show/hide, but that approach is not preferred in this case. Instead, we prefer to have the button show inactive until the user meets the condition, then the form button would turn active.
I’d save myself a bit of moolah by creating a field that resembles an inactive button (probably an HTML field containing a button image), throw in some CSS to make it appear exactly where the active form button will appear, then swapping the two out with conditional logic. But that’s just me.