Formidable Forms Context

Implements Convoworms Forms functionality for Formidable Form Builder plugin

You can use this context to create, update, delete and load form entries.

Parameters

Note on searching entries

When you are using this context with Search Forms Element parameter search is expected to be string. It is passed to the \FrmEntry::getAll( $where, $order_by, $limit, $meta, $inc_form) as $where argument.

Available functions

Custom queries and getting entries

If you are performing custom queries with WP DB Element to fetch entries, you can access this context through expression language to get fully loaded entries. ${contexts['my_context_id'].getEntry( entryId)}