Category: Plugins

Caldera Forms Banner

Caldera Forms Button

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

Read More »
Caldera Forms -- Responsive, drag and drop form builder.

caldera_forms_create_form

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);

Read More »
Caldera Forms -- Responsive, drag and drop form builder.

caldera_forms_render_start

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

Read More »
Caldera Forms Banner

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

Read More »