Hello dear community.
I was wondering if there is a way to disable save button if certain criteria is not met.
Thank you.
Hello dear community.
I was wondering if there is a way to disable save button if certain criteria is not met.
Thank you.
Could you please describe what you mean by certain criteria.
One approach is to use a valid_if constraint on a column in the form to disallow the saving of the form.
Yes, exactly.
Valid_if constrain solved my problem. Thank you sir!