plugin-icon

Gravity Forms HTML5 Validation

This plugin adds native HTML5 validation support to Gravity Forms' fields.
評価機能
5
最終更新日時
April 4, 2016
バージョン
2.4.2
有効インストール数
1K
Gravity Forms HTML5 Validation

Adds native HTML5 validation support to the Gravity Forms plugin.

It supports both standard and paginated forms.

Supported Standard Fields

  • 一行のテキスト入力
  • Paragraph Text
  • Drop Down
  • 複数選択
  • チェックボックス
  • Number
  • ラジオボタン

Supported Advanced Fields

  • 名称
  • 開催日
  • 開始・終了時間
  • 電話番号
  • 住所
  • ウェブサイト
  • ユーザー名
  • パスワード
  • メール
  • ファイルアップロード

Supported Post Fields

  • タイトル
  • 本文
  • 抜粋
  • タグ
  • カテゴリー
  • Post Image
  • カスタムフィールド

Supported Pricing Fields

  • 商品
  • 数量
  • クレジットカード

Supported Hooks

  • gform_name_prefix_required
  • gform_name_middle_required
  • gform_name_suffix_required
  • gform_address_street2_required

These hooks can be used to force html5 validation on these subfields.

Example usage:

The following would apply your function to all forms. add_filter( ‘gform_name_prefix_required’, ‘your_function_name’, 10, 2 );

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 );

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’ );

要件

This plugin requires prior installation and activation of Gravity Forms plugin by Rocketgenius ver. 1.9 and above.

Tested

Up to Gravity Forms plugin ver. 1.9.17.6

無料Creator プランを利用中
インストールすることで、WordPress.com の利用規約サードパーティ製プラグインの規約に同意したとみなされます。
有効インストール数
1K
最大テスト回数
4.4.32
このプラグインをダウンロードして、インストール型 WordPress のインストールに使用できます。