New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | This plugin adds native HTML5 validation support to Gravity Forms' fields. | You have to log in to add a translation. | Details |
Original untranslated
This plugin adds native HTML5 validation support to Gravity Forms' fields.
You have to log in to edit this translation. |
|||
| ↑ | Gravity Forms HTML5 Validation | You have to log in to add a translation. | Details |
Original untranslated |
|||
| All fields configured as "required" will now use native html5 validation. | You have to log in to add a translation. | Details | |
Original untranslated
All fields configured as "required" will now use native html5 validation.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Visit the Gravity Forms general settings page ( Forms -> Settings ) and make sure that Output HTML5 option is set to yes. | You have to log in to add a translation. | Details | |
Original untranslated
Visit the Gravity Forms general settings page ( Forms -> Settings ) and make sure that Output HTML5 option is set to yes.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Activate the plugin through the Plugins menu | You have to log in to add a translation. | Details | |
Original untranslated
Activate the plugin through the Plugins menu
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Either use the automatic plugin installer (Plugins - Add New) or Unzip the file and upload the isw-blocks folder to your /wp-content/plugins/ directory. | You have to log in to add a translation. | Details | |
Original untranslated
Either use the automatic plugin installer (Plugins - Add New) or Unzip the file and upload the isw-blocks folder to your /wp-content/plugins/ directory.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Download the gravityforms-html5-validation.zip file to your local machine. | You have to log in to add a translation. | Details | |
Original untranslated
Download the gravityforms-html5-validation.zip file to your local machine.
CommentFound in installation list item. You have to log in to edit this translation. |
|||
| Up to Gravity Forms plugin ver. 1.9.17.6 | You have to log in to add a translation. | Details | |
Original untranslated
Up to Gravity Forms plugin ver. 1.9.17.6
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| This plugin requires prior installation and activation of <a href="http://www.gravityforms.com/">Gravity Forms</a> plugin by <a href="http://www.rocketgenius.com/">Rocketgenius</a> ver. 1.9 and above. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin requires prior installation and activation of <a href="http://www.gravityforms.com/">Gravity Forms</a> plugin by <a href="http://www.rocketgenius.com/">Rocketgenius</a> ver. 1.9 and above.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| The return value is expected to be a boolean value; As such you can also use them with "__return_true".↵ add_filter( 'gform_address_street2_required', '__return_true' ); | You have to log in to add a translation. | Details | |
Original untranslated
The return value is expected to be a boolean value; As such you can also use them with "__return_true".↵
add_filter( 'gform_address_street2_required', '__return_true' );
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| To target a specific form append the form id to the hook name. (format: gform_password_FORMID)↵ add_filter( 'gform_name_prefix_required_6', 'your_function_name', 10, 2 ); | You have to log in to add a translation. | Details | |
Original untranslated
To target a specific form append the form id to the hook name. (format: gform_password_FORMID)↵
add_filter( 'gform_name_prefix_required_6', 'your_function_name', 10, 2 );
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| The following would apply your function to all forms.↵ add_filter( 'gform_name_prefix_required', 'your_function_name', 10, 2 ); | You have to log in to add a translation. | Details | |
Original untranslated
The following would apply your function to all forms.↵
add_filter( 'gform_name_prefix_required', 'your_function_name', 10, 2 );
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Example usage: | You have to log in to add a translation. | Details | |
Original untranslated |
|||
| These hooks can be used to force html5 validation on these subfields. | You have to log in to add a translation. | Details | |
Original untranslated
These hooks can be used to force html5 validation on these subfields.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| It supports both standard and paginated forms. | You have to log in to add a translation. | Details | |
Original untranslated
It supports both standard and paginated forms.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.