Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results forĀ
I have added a column validation in a single line text to have minimum characters. I created a nintex form and everything seems to work, I put less than the minimum and I am supposed to get an error saying "Must have 8 characters or more" but i am getting "Sorry something went wrong, please try again" and it is not highlighting the column section as it would when you have a required field.
Validation i placed is:
1: =IF(LEN([Column Name])>7,TRUE,FALSE)
or
2: =LEN([column name])>=7
Solved! Go to Solution.
Unfortunately we do not have the Geolocation turned on at the Farm level. If i remove the validation from both the form and the column in the list i do not receive this error no. But if no validation it will not stop them from having to put a minimum of 8 characters - it will allow them to use 6 or 4 characters
I am now getting this error.
If you put a valid Longitude in does it validate then? 123.1234567
I tested this regular expression before replying to your post and it worked flawlessly.
I have attached my Responsive form that demonstrates this concept.