Skip to content
Update v2.10.1.0
You are here:
- Home
- Updates
- Update v2.10.1.0
Changelog
Added
- New conditional action: show / hide single checkbox / radio option (use option ID as target value)
- Featured image from current post / page / product can be retrieved in Image elements (set featured_image = 1)
- Fallback image can be set when no featured image was set
- Lots of new hooks (full hook list)
- Forms can be sorted in the backend by ID or name
- Datepicker and Daterange elements now contain child IDs
- Option to add form submissions on WC checkout for each product that was added via the plugin
- Predefined element added: Confirmation checkbox
- Option to anonymize user IP (Global settings -> Other -> Anonymize IP)
- Option to disable storing submissions in the database globally
- Add-buttons in the form editor
- Global invoice ID counter can be set (Global settings -> Other -> Invoice counter ID)
- Submissions can be included in the exported data
- Backend actions added: show_in_email_if_not_empty / show_in_email_if_not_empty_and_not_zero
- This is a shortcut to set all elements to show up in emails if they’re not empty (and not 0 respectively)
- Fixed price contains a CSS class when the price is located in its original position:
.ezfc-fixed-price-scrolling
Changed
- Calculate_enabled is now prioritized instead of overwrite_price (this may affect your calculations)
- Current value is added in the calculation summary section (only target value was displayed before)
- Reduced HTML file size (moved much HTML data-attributes to JS objects)
- Form export data and submission attachments are now routed through the main plugin file instead of direct links
- You may need to go to the global settings, check “manual update” and save if you encounter any issues
- Checkbox / radio options contain a parent option container:
.ezfc-element-option-container
Fixed
- Price is calculated correctly now when activating / deactivating single checkbox / radio options
- Conditional email target (email piping) fixed
- WooCommerce calculation fix (from v3.3.x)
- Deactivate option fixed (now checks for option ID as target value)
- HTML editor should now display correctly in the form editor
- Preserve form IDs import fixed
- Payment dialog notification fix
- Spacer element fixed
- Elements with is_currency = 1 fixed in the summary
- not_between conditional operator fixed
- Stripe payment dialog optimized for responsive screens
Go to Top