Skip to content

Commit a849042

Browse files
author
Matthew Mirus
authored
Create README.md
1 parent 512b405 commit a849042

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)