ARForms Blog
arfbeforecreateentry
add_action('arfbeforecreateentry', 'your_function', 10, 1); function your_function($values){ //Do Your Action }