We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512b405 commit a849042Copy full SHA for a849042
README.md
@@ -0,0 +1,16 @@
1
+# gravityforms-regex-validation
2
+Add regular expression validation options to Gravity Forms single line text input.
3
+
4
+Use regular expressions to validate data entered in the single line text input type.
5
6
+To use:
7
8
+1. Add your single line text input.
9
+2. On the Advanced field settings tab, check "Use Regular Expression Validation"
10
+3. Enter your RegEx pattern in the "RegEx Pattern" field.
11
+4. Optionally, enter a custom validation message.
12
13
+Example:
14
15
+RegEx Pattern: ^1[0-9]{1}$
16
+Validation Message: Please enter a number between 10-19 (inclusive).
0 commit comments