File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,19 @@ A WordPress plugin that adds regular expression validation options to Gravity Fo
3
3
4
4
Use regular expressions to validate data entered in the single line text input type.
5
5
6
- To use:
6
+ ## Usage
7
7
8
8
1 . Add your single line text input.
9
9
2 . On the Advanced field settings tab, check "Use Regular Expression Validation"
10
10
3 . Enter your RegEx pattern in the "RegEx Pattern" field.
11
11
4 . Optionally, enter a custom validation message.
12
12
13
- Example:
13
+ ### Example
14
14
15
15
* RegEx Pattern: ^1[ 0-9] {1}$
16
16
* Validation Message: Please enter a number between 10-19 (inclusive).
17
17
18
- To install, just download the ZIP for the latest release from this repository and install as normal via WordPress.
18
+ ## Installation
19
+ Just download the ZIP for the latest release from this repository and install as normal via WordPress.
19
20
20
21
Note: this plugin optionally can be updated using the [ Github Updater plugin] ( https://github.com/afragen/github-updater ) .
You can’t perform that action at this time.
0 commit comments