Hi Sanford, thanks for your response.
I've got it all working apart from one part. When the form initially loads, the submit button is hidden as the default option has no value associated with it.
I tried updating the showSubmitWhen values to also include "" but the submit button is still hidden when the form initially loads. If I select an option that shows the submit button and revert back to the default "select" option the submit button will be visible, but I can't get it to show when the form initially loads.
Ideally, I would like to show the submit button by default as it makes it obvious to the visitor that it is a form.
What would be the best way to show the submit button by default on load?
... View more