Hi team
I have a Creator form that does not save to a Creator table because it's a public access form (Stateless). On Submit it takes a bunch of actions like emailing the form info. The form has a Radio Button field that controls which fields should be shown/hidden further down the form.
Problem: Most of those further-down fields need to be made mandatory. BUT if they are hidden by the Field Actions of the earlier Radio field, there is no way to submit the form. Submit silently doesn't work.
I could make them non-mandatory, but "cancel submit" as there is no On Validate option for a Stateless form (side question: Why should there not be?)
Thanks!
Paul