caldera_forms_submit_complete
This action is called once all processing has completed. It is passed 4 parameters: $form – The form configuaration array $referrer – The referring url structure
This action is called once all processing has completed. It is passed 4 parameters: $form – The form configuaration array $referrer – The referring url structure
This action is after all the post-processors have run. It is passed 3 parameters: $form – the form config array $referrer – the referring url
This action fires before the post-processors run. This makes it an excellent option for saving or accessing field data once all validation and processors have
This action is called after all processors have run. It is passed 3 parameters: $form – the form config array $referrer – the referring url
This action is called before all processors are 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