Category: Plugins

Caldera Forms -- Responsive, drag and drop form builder.

caldera_forms_processor_value

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

Read More »

Get Entries From A Form

Caldera Forms provides a form entry viewer in the backend. This article is for developers who wish to access saved entires programmatically via PHP.

Read More »