caldera_forms_submit_post_process
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 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
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
This filter is used to register a Caldera Forms processor. It receives a single parameter, an array of processors. Creating A Custom Caldera Forms Processor View the