Unlike the multiline text box, I can validate through the regular expression the limit of how many words a user can add to the text box e.g. ^(\b\w+\b\s*){0,15}$ limits the user to 15 words.
Now how can I do this for a multiline text box please ? eg limit the user to only 500 words in the text box then provides a message saying limit exceeded.
The only option I can find in this forum is 7 years old and no longer valid
Many thanks folks
Best answer by leighburke
@Mark Thompson Unfortunately, I am not aware of any way to do this out of the box using the text long control type. As input validation using a regular expression is only available on the text short control. The closest option ootb would be doing validation based on the number of characters. Alternatively you could log a feature request(https://ideas.nintex.com/). It might also be possible build a plugin that could achieve this, i have not heard of any existing plugins to do this.
@Mark Thompson are you able to confirm which version of Nintex Forms and which control you are using? You mentioned you were able to validate using regular expression but it wasn’t clear what the difference was to the one that isn’t working.
HI @leighburke , I believe this is what we are using: Nintex Forms for SPFx / Office 365 – Enterprise Subscription according to the enterprise dashboard. This is the control I’m using
@Mark Thompson Unfortunately, I am not aware of any way to do this out of the box using the text long control type. As input validation using a regular expression is only available on the text short control. The closest option ootb would be doing validation based on the number of characters. Alternatively you could log a feature request(https://ideas.nintex.com/). It might also be possible build a plugin that could achieve this, i have not heard of any existing plugins to do this.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.