gpmpn_enable_submission_from_last_page_with_errors

  1. Description
  2. Usage
  3. Parameters
  4. Examples
    1. Disable submission from last page with errors.
  5. Since

Description

Enables submission from the last page with errors instead of having to advance through the entire form.

Usage

add_filter( 'gpmpn_enable_submission_from_last_page_with_errors', '__return_false' );

Parameters

  • $enable_submission_from_last_page_with_errors bool

    Should GPMPN allow submission from the last page with errors? Defaults to true.

  • $form form

    The current form.

Examples

Disable submission from last page with errors.

<?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' );

Since

This filter is available since Gravity Forms Multi-Page Navigation 1.0.8.