Prevent Validation Errors From Showing On Fields

Code

Filename: gpls-field-failed-validation.php

<?php
/**
 * Gravity Perks // Limit Submission // Prevent Validation Errors From Showing On Fields
 * https://gravitywiz.com/documentation/gravity-forms-limit-submissions/
 */
// Update "123" to your form ID.
add_filter( 'gpls_field_failed_validation_123', '__return_false' );

Leave a Reply

Your email address will not be published. Required fields are marked *

  • Trouble installing this snippet? See our troubleshooting tips.
  • Need to include code? Create a gist and link to it in your comment.
  • Reporting a bug? Provide a URL where this issue can be recreated.

By commenting, I understand that I may receive emails related to Gravity Wiz and can unsubscribe at any time.