Implements Convoworms Forms functionality for Formidable Form Builder plugin
You can use this context to create, update, delete and load form 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.
formidable_get_form_id( formKey) - Returns form id (numeric) for given unique form keyformidable_get_field_id( fieldKey) - Returns field id (numeric) for given field keyformidable_get_field_key( fieldId) - Returns field key (string) for given field id (numeric)
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)}