caldera_forms_save_form_register
This action is called just after a new form has been added to the list of forms (the register) It is passed a single parameter:
This action is called just after a new form has been added to the list of forms (the register) It is passed a single parameter:
This action is called just after a new form has been created and the option has been updated. It is passed a single parameter: $form
This action is called just before deleting a form in admin. It is passed a single parameter: $form_id – the ID of the form being
Action is called just after the form HTML has been created, but not echoed to screen yet. It is passed a single parameter: $form –
Action is called just before form rendering begins. It is passed a single parameter: $form – the form config array do_action(‘caldera_forms_render_start’, $form); Where Does This
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