Description
Filter the value used by Limit Submissions when comparing the value to already submitted values.
Usage
Apply to all limit field values.
add_filter( 'gpls_limit_field_value', 'my_custom_function' );
Apply to all limit field values on a specific form.
add_filter( 'gpls_limit_field_value_FORMID', 'my_custom_function' );
Apply to limit field value for a specific field.
add_filter( 'gpls_limit_field_value_FORMID_FIELDID', 'my_custom_function' );
Parameters
value mixed
The field value.
field GF_Field
The field associated with the rule.
form array
The current form.
Since
This filter is available since Gravity Forms Limit Submissions 1.0.9.