Modern Forms - Validation of no space character in text field
AnsweredHi,
I would like to insert a validation for a text field in modern forms.
The validation must check the no space characters will be filled in the text field.
How could I resolve the problem?
best wishes
Ingo
0
-
Official comment
Hi Ingo_Bischofs,
to validate fields you can use our Validation Expression and e.g. use Regex. In your case to disallow spaces you can use the following Assignment Expression:
!(/\s/g.test([[Title]]))
Kind regardsskybow Support Team -
Dear Support Team,
thanks for your quick response.
It works!Best wishes
Ingo0
Please sign in to leave a comment.
Comments
2 comments