Skip to content

Commit 61bad29

Browse files
author
Matthew Mirus
authoredApr 19, 2017
Update README.md
1 parent 5bf8896 commit 61bad29

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ A WordPress plugin that adds regular expression validation options to Gravity Fo
33

44
Use regular expressions to validate data entered in the single line text input type.
55

6-
To use:
6+
## Usage
77

88
1. Add your single line text input.
99
2. On the Advanced field settings tab, check "Use Regular Expression Validation"
1010
3. Enter your RegEx pattern in the "RegEx Pattern" field.
1111
4. Optionally, enter a custom validation message.
1212

13-
Example:
13+
### Example
1414

1515
* RegEx Pattern: ^1[0-9]{1}$
1616
* Validation Message: Please enter a number between 10-19 (inclusive).
1717

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.
1920

2021
Note: this plugin optionally can be updated using the [Github Updater plugin](https://github.com/afragen/github-updater).

0 commit comments

Comments
 (0)