• diff --git a/gravityforms-html5-validation.php b/gravityforms-html5-validation.php
    index 5e2c9e0..8eacfed 100644
    --- a/gravityforms-html5-validation.php
    +++ b/gravityforms-html5-validation.php
    @@ -314,7 +314,7 @@ public function gform_field_content( $field_content, $field, $force_frontend_lab
     				break; // End text, textarea, phone, website, number, select, multiselect, price, username, file, fileupload, post_title, post_content, post_excerpt, post_tags, post_image, post_custom field.
     
     			case 'checkbox':
    -
    +			case 'consent':
     				$value = rgar( $field, 'value' );
     				if ( empty( $value ) ) {
     					$inputs = rgar( $field, 'inputs', array() );
  • The topic ‘[patch] consent field’ is closed to new replies.