PluginProbe
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder / 6.2.14
Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder v6.2.14
6.2.14 6.2.13 6.2.12 6.2.10 6.2.11 6.2.9 6.2.8 6.2.7 6.2.6 6.2.5 6.2.4 6.2.3 6.2.2 3.6.22 3.6.31 3.6.40 3.6.41 3.6.42 3.6.50 3.6.51 3.6.60 3.6.61 3.6.62 3.6.64 3.6.65 All 196 releases
← All changes | app/Modules/Entries/EntryViewRenderer.php +1 -0 6.2.46.2.14 View file →
@@ -50,8 +50,9 @@
50 50 'form_id' => $form->id,
51 51 'enabled_auto_delete' => Helper::isEntryAutoDeleteEnabled($form_id),
52 52 'current_form_title' => $form->title,
53 53 'entry_statuses' => Helper::getEntryStatuses($form_id),
54 + 'mutable_entry_statuses' => Helper::getMutableEntryStatuses($form_id),
54 55 'entries_url_base' => admin_url('admin.php?page=fluent_forms&route=entries&form_id='),
55 56 'no_found_text' => __('Sorry! No entries found. All your entries will be shown here once you start getting form submissions',
56 57 'fluentform'),
57 58 'has_pro' => defined('FLUENTFORMPRO'),