add_action('arf_after_success_massage', 'your_function', 10, 1);
function your_function($form){
//Do Your Action
echo "Additional content after form submision.";
}
Parameters:
$form
Array of form options.
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