caldera_forms_new_form_template_end
This action is called just after the field in the “New Form” modal. It is not passed any parameters. Where Does This Code Go? When
This action is called just after the field in the “New Form” modal. It is not passed any parameters. Where Does This Code Go? When
Learn how to use Caldera Forms dropdown select fields, and set their options manually or autofilling from a post type or taxonomy.
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 –