2017 © Pedro Peláez
 

wordpress-plugin js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

image

wearerequired/js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

  • Wednesday, February 21, 2018
  • by wearerequired
  • Repository
  • 4 Watchers
  • 0 Stars
  • 819 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 31 % Grown

The README.md

JS Comment Form Validation

Easy to use client-side form validation for WordPress comments., (*1)

Inspired by Instant Comment Validation. Powered by the jQuery Validation plugin., (*2)

Hooks & Filters

The plugin provides a filter to change the settings passed to the JavaScript., (*3)

js_comment_form_validation_settings Filter

Allows you to filter the data that is sent to the JavaScript, like error messages and minimum required comment length., (*4)

add_filter( 'js_comment_form_validation_settings', function( $script_data ) {
    $script_data['rules']['url']['required'] = true;

    return $script_data;
} );

The Versions

21/02 2018

dev-master

9999999-dev https://github.com/wearerequired/js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.6

 

wordpress jquery validation comments comment-form

20/02 2018

dev-require_name_email

dev-require_name_email https://github.com/wearerequired/js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.6

 

wordpress jquery validation comments comment-form

18/01 2018

1.1.0

1.1.0.0 https://github.com/wearerequired/js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.6

 

wordpress jquery validation comments comment-form

13/01 2018

1.0.1

1.0.1.0 https://github.com/wearerequired/js-comment-form-validation

WordPress plugin to add simple comment form validation based on the jQuery Validation plugin.

  Sources   Download

GPL-2.0-or-later

The Requires

  • php >=5.6

 

wordpress jquery validation comments comment-form

08/05 2017

1.0.0

1.0.0.0

Simple comment form validation based on the jQuery Validation plugin.

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.6