This action will be executed before a registration / login / forgot password / change password / edit profile form will get submitted.
Hook Name: arm_before_form_submit_action
Hook Type: Action
Source: core/classes/class.arm_member_forms.php
Usage:
add_action( 'arm_before_form_submit_action', 'your_function' );
function your_function($armform) {
//Do Your Action
//$armform Form Object.
}
Parameters:
$armform
Form Object