caldera_forms_submit_pre_process_end
This action is called after all pre-processors have run. It is passed 3 parameters: $form – the form config array $referrer – the referring url
This action is called after all pre-processors have run. It is passed 3 parameters: $form – the form config array $referrer – the referring url
This action is called before running each pre-processor assigned to the form. It is passed 3 parameters $form – the form config array $referrer – the referrer
This action is called just before any Caldera Forms processors run. It happens after field validation occurs. This action is sometimes needed because a
This action is called once a form has been submitted and the handler starts handling the submission. It is passed two parameters $form – the form
Action is called just after caldera_forms_redirect. It is type specific to allow you to hook into the specific type of redirect Types: caldera_forms_redirect_error caldera_forms_redirect_preprocess caldera_forms_redirect_complete It receives
Called just before redirecting the user after a submission. It receives 4 parameters: $type – (complete, error, preprocess) $url – the url being redirected to