The primary use for the Button field it to trigger the form submission. Buttons can also be used to move to the next, or previous page
This action is called just after a form has been created. It is passed a single parameter: $form – the form config array do_action(‘caldera_forms_create_form’, $form);
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