Skip to main content
Nintex Community Menu Bar

Making Form Fields Required

  • February 15, 2022
  • 0 replies
  • 76 views

Forum|alt.badge.img+8

Topic

Make desired form fields required for submission.

Instructions

In the Validation section of the Form Field, add in the regex code:

(.|s)*S(.|s)*

This code does not allow for blank spaces or multiple uses of the space bar to spoof characters.