Replies: 0
is it possible to get your plugin to trigger the relevant filter ( as configured with
add_filter( 'gform_field_validation_form_field', 'my_field_validation', 10, 4 );
) ??
( I’m wanting to validate a mobile phone number, then SMS it if valid ).