Skip to main content

I am in SharePoint 2016 and using Nintex forms. Want to make a field required and prompt the user a message. Do NOT want to make the field required in SharePoint list.  I created a validation rule on the save button and also on the column field itself.  isNullOrEmpty(fieldname) is not working. 

 

What are my options? Thanks a bunch.

 

Mayank

 

 

Hi,

Add the validation rule to the control that needs to be validated.
When adding the field name to the rule do not type it in, add it from the named controls or use {Self}.

Reply