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

  • Single Line Text
  • Paragraph Text
  • Drop Down
  • Multi Select
  • 체크박스
  • 라디오 버튼

Supported Advanced Fields

  • 이름
  • 날짜
  • 시간대
  • 전화
  • 주소
  • 홈페이지 (있으면 적어주세요)
  • 회원 아이디
  • 비밀번호
  • 이메일
  • 파일 업로드

Supported Post Fields

  • Title
  • 바디
  • Excerpt
  • 태그
  • 분류
  • Post Image
  • Custom Field

Supported Pricing Fields

  • 제품
  • 수량
  • Credit Card

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

Requirements

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 요금제에서
활성화된 설치 항목
1K
테스트된 버전
4.4.32
이 플러그인은 다운로드 가능하며 워드프레스 독립 호스트 설치에 사용할 수 있습니다.