caldera_forms_admin_assets_scripts_registered
This action runs after Caldera Forms JavaScript and CSS are registered in the admin.
This action runs after Caldera Forms JavaScript and CSS are registered in the admin.
An action that fires when form submission is rejected beacuse verification of security token could not be validated.
The Caldera Forms action caldera_forms_entry_saved runs after a form entry is created, but before it is finalized.
This article is an overview of how Caldera Forms processes form submissions. It is aimed at developers who are looking to modify the way that
Professional websites have a purpose. They are designed to generate leads, make sales, or to persuade users to take some sort of other action. Most
A basic introduction to WordPress hooks — actions and filters.
Use this filter to change the capability that is checked to allow maintenance of Caldera Forms.
This filter can be used to change the value that would be returned from a processor. add_filter( ‘caldera_forms_processor_value’, function( $value, $field, $args, $config, $form ){
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 a form has been created. It is passed a single parameter: $form – the form config array do_action(‘caldera_forms_create_form’, $form);