PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 3.3.1
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v3.3.1
3.3.1 V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 All 138 releases
← All changes | languages/generatedString.php +22 -2 V-3.3.03.3.1 View file →
@@ -2005,8 +2005,12 @@
2005 2005 'Disabled' => __('Disabled', 'bit-form'),
2006 2006
2007 2007 'Hidden' => __('Hidden', 'bit-form'),
2008 2008
2009 + 'Keep this field\'s value even when conditional logic hides it. Use it for calculation and tracking fields.' => __('Keep this field\'s value even when conditional logic hides it. Use it for calculation and tracking fields.', 'bit-form'),
2010 +
2011 + 'Keep value when hidden' => __('Keep value when hidden', 'bit-form'),
2012 +
2009 2013 'Label' => __('Label', 'bit-form'),
2010 2014
2011 2015 'Duplicate field name' => __('Duplicate field name', 'bit-form'),
2012 2016
@@ -2321,12 +2325,20 @@
2321 2325 'Merge with Previous Options' => __('Merge with Previous Options', 'bit-form'),
2322 2326
2323 2327 'Import & Edit' => __('Import & Edit', 'bit-form'),
2324 2328
2329 + 'Keeps the current options and stops syncing them from the data source' => __('Keeps the current options and stops syncing them from the data source', 'bit-form'),
2330 +
2331 + 'Remove Data Source' => __('Remove Data Source', 'bit-form'),
2332 +
2325 2333 'Loading ACF fields...' => __('Loading ACF fields...', 'bit-form'),
2326 2334
2327 2335 'Loading Posts...' => __('Loading Posts...', 'bit-form'),
2328 2336
2337 + 'Could not load posts for this term. Please update Bit Form Pro to the latest version.' => __('Could not load posts for this term. Please update Bit Form Pro to the latest version.', 'bit-form'),
2338 +
2339 + 'All' => __('All', 'bit-form'),
2340 +
2329 2341 'Loading Terms...' => __('Loading Terms...', 'bit-form'),
2330 2342
2331 2343 'Use Post Taxonomy Fields' => __('Use Post Taxonomy Fields', 'bit-form'),
2332 2344
@@ -3791,8 +3803,12 @@
3791 3803 'Require user to be logged in for submit form' => __('Require user to be logged in for submit form', 'bit-form'),
3792 3804
3793 3805 'Prevent empty form submission' => __('Prevent empty form submission', 'bit-form'),
3794 3806
3807 + 'Discard values of hidden fields' => __('Discard values of hidden fields', 'bit-form'),
3808 +
3809 + 'When on, a value typed into a field that is later hidden is dropped from the entry, emails, PDFs and integrations. When off, it is submitted as normal. To always keep one field\'s value, use "Keep value when hidden" in its settings.' => __('When on, a value typed into a field that is later hidden is dropped from the entry, emails, PDFs and integrations. When off, it is submitted as normal. To always keep one field\'s value, use "Keep value when hidden" in its settings.', 'bit-form'),
3810 +
3795 3811 'Disable entry storing in WordPress database' => __('Disable entry storing in WordPress database', 'bit-form'),
3796 3812
3797 3813 'Enable ReCaptcha V3' => __('Enable ReCaptcha V3', 'bit-form'),
3798 3814
@@ -5057,8 +5073,12 @@
5057 5073 'Sorry' => __('Sorry', 'bit-form'),
5058 5074
5059 5075 'Please add a submit button' => __('Please add a submit button', 'bit-form'),
5060 5076
5077 + 'These fields share the name attribute' => __('These fields share the name attribute', 'bit-form'),
5078 +
5079 + 'Give each one its own name in Field Settings → Advanced → Name Attribute.' => __('Give each one its own name in Field Settings → Advanced → Name Attribute.', 'bit-form'),
5080 +
5061 5081 'Could not sync layouts before save. Form will be saved with current layout state' => __('Could not sync layouts before save. Form will be saved with current layout state', 'bit-form'),
5062 5082
5063 5083 'Form creation failed' => __('Form creation failed', 'bit-form'),
5064 5084
@@ -5531,11 +5551,11 @@
5531 5551 'Change' => __('Change', 'bit-form'),
5532 5552
5533 5553 'Not Equal' => __('Not Equal', 'bit-form'),
5534 5554
5535 - 'Is Null' => __('Is Null', 'bit-form'),
5555 + 'Is Empty' => __('Is Empty', 'bit-form'),
5536 5556
5537 - 'Is Not Null' => __('Is Not Null', 'bit-form'),
5557 + 'Is Not Empty' => __('Is Not Empty', 'bit-form'),
5538 5558
5539 5559 'Contain' => __('Contain', 'bit-form'),
5540 5560
5541 5561 'Not Contain' => __('Not Contain', 'bit-form'),