Hello all,
I have a question on the Title field. I have set "Require that this column contains information" to "NO" in the list settings and a custom validation rule in the Nintex Forms when the field is empty. I'm getting validation errors as shown in the attached images. Can someone help me.
Solved! Go to Solution.
Could you show us your custom validation rule ?
I think you need to remove and re-add the control to the form after you changed its definition in the list
Its IsNullOrEmpty(Title).
Thanks Marian. That worked.