Disable Submission From Last Page With Errors

Code

Filename: gpmpn-disable-submission-from-last-page-with-errors.php

<?php
/**
 * Gravity Perks // Multi-Page Navigation // Disable Submission From Last Page With Errors
 * https://gravitywiz.com/documentation/gravity-forms-multi-page-navigation/
 */
add_filter( 'gpmpn_enable_submission_from_last_page_with_errors', '__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.