add_filter('arf_check_condition_on_subscription', 'your_function', 10, 2);
function your_function($form, $entry_id){
//Return condition status on subscription.
return false;
}
Parameters:
$form
Array of form options.
$entry_id
Created entry ID.
Notice: Undefined variable: ub in /home/arformsp/public_html/wp-content/themes/arforms_theme/functions.php on line 985
Notice: Undefined variable: ub in /home/arformsp/public_html/wp-content/themes/arforms_theme/functions.php on line 997