Hi,
How can I hide a submit button and make it visible after a radio field is checked? I have a Radio wrapper with 4 radio fields. The button should appear after any of those fields is checked. What conditions do I have to set in this case?
Thank you.
For a better performance, I would just wrap the submit button into a Conditional Wrapper and add the conditions there IS NOT EMPTY should work here.
Thanks @Daniele ! Does it mean it’s not achievable through Submit conditions at the moment? Just want to make sure for my future projects.