This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
/** | |
* Hooks for validating an email address in Gravity Forms | |
* When using a plain text input to collect an email, this will validate that the email address entered is a proper email address | |
* Useful for situations in which the existing gravity forms email field can't be used | |
* | |
* Change line 28 and line 37 to adapt this to your form | |
* | |
* @package d7 |