I am trying to disable the submit button until all required fields are filled. I went through previous queries related to this topic but couldn’t find the solution. Anyone who has done it? Please let me know how it can be achieved.
Thanks for your response. It seems GF has its own hide/show condition, which I missed, but that’s not exactly what I’m trying to accomplish. In my view, not displaying a button when the form is rendered might not be the most user-friendly approach. I’d prefer to have the button visible but disabled until all required fields or conditions are met. Is this something that can be achieved with GF?