gspc_validation
Description
Filter the validation result.
Usage
Applied globally
add_filter( 'gspc_validation', 'my_custom_function' );
Applied to specific form
add_filter( 'gspc_validation_FORMID', 'my_custom_function' );
Parameters
$validation_result
GFValidationResult
The validation result.
$form
GFForm
The current form.
$entry
GFEntry
The current entry.
$feed
GSPCFeed
The current feed.
Since
1.0-beta-1
Hook added.