# Change Log
All notable changes to this project will be documented in this file, formatted via [this recommendation](https://keepachangelog.com/).
## [1.10.0] - 2023-03-27
### Added
- Compatibility with the upcoming WPForms v1.8.1 release.
### Changed
- The Content field did not have instructions to proceed to the next step.
- Disable automatic scroll to the first field when the form description is larger than the viewport.
### Fixed
- The Header Logo preview was not displayed in the Form Builder if the form contains any field with Image Choices turned on.
- Fields with Icon or Image choices configured did not apply line breaks to manually formatted choice values.
- Appearance of Likert Scale and Net Promoter Score fields was improved in dark themes.
## [1.9.0] - 2023-01-03
### Added
- Compatibility with
# Change Log
All notable changes to this project will be documented in this file, formatted via [this recommendation](https://keepachangelog.com/).
## [1.10.0] - 2023-03-27
### Added
- Compatibility with the upcoming WPForms v1.8.1 release.
### Changed
- The Content field did not have instructions to proceed to the next step.
- Disable automatic scroll to the first field when the form description is larger than the viewport.
### Fixed
- The Header Logo preview was not displayed in the Form Builder if the form contains any field with Image Choices turned on.
- Fields with Icon or Image choices configured did not apply line breaks to manually formatted choice values.
- Appearance of Likert Scale and Net Promoter Score fields was improved in dark themes.
## [1.9.0] - 2023-01-03
### Added
- Compatibility with Icon Choices feature for Checkboxes, Multiple Choice, Checkbox Items and Multiple Items payment fields.
### Fixed
- The AJAX spinner was not centered relative to the Submit button.
- Improved compatibility with the Content field.
- Next field wasn't focused after selecting Likert Scale field option.
- Checkboxes with image labels were displayed enormously big.
- Incorrect positioning if form header contains long-form content.
- Improved handling of line breaks to avoid text overflowing on small screens.
## [1.8.0] - 2022-10-06
### Changed
- Do not allow enabling the Conversational Form mode when a Layout field was added to the list of form fields.
## [1.7.1] - 2022-08-31
### Fixed
- Color Scheme setting value was missing from the color picker's input after the Form Builder page refresh.
- Color picker caused a broken conversational form page.
- Field after radio button or dropdown was not correctly selected.
- Font size for Single Item and Total fields now matches other fields.
- Certain buttons sometimes overlapped the Conversational Forms footer.
- Color schemes compatibility with the Rich Text field was improved.
- `{page_title}` smart tag was getting the incorrect title.
- Incorrect information was displayed in conversational form social previews.
## [1.7.0] - 2022-06-28
### IMPORTANT
- Support for PHP 5.5 has been discontinued. If you are running PHP 5.5, you MUST upgrade PHP before installing the new WPForms Conversational Forms. Failure to do that will disable the WPForms Conversational Forms plugin.
### Added
- New filter `wpforms_conversational_forms_frontend_handle_request_form_data` that can be used to improve multi-language support.
### Changed
- Minimum WPForms version supported is 1.7.5.
- Reorganized locations of 3rd party libraries.
- Date field can be filled in when using the Date Picker with custom date formats.
### Fixed
- Incorrect canonical and og:url page meta values produced by the Yoast SEO plugin.
- Users with editor permissions were unable to save Conversational Forms slugs.
- Improved an error message color for the modern file upload field.
- Missing styles for links added to the Conversational Message.
- Conditional logic was processed incorrectly for the Multiple Dropdown field.
- Correctly display a placeholder for the Modern Dropdown field in the Firefox browser.
- Single Dropdown field didn't work on mobile devices.
- Date/Time field didn't support flatpickr's `range` and `multiple` modes.
- Date/Time field with 24h format for the timepicker wasn't working properly on mobile devices.
- Form couldn't be submitted when a dropdown date option is selected for the required Date/Time field and Conditional Logic applied to the field.
- Opening a mobile device's keyboard for text fields removed focus from the field which was closing keyboard.
- Improved compatibility with Entry Preview and Rich Text fields.
- Signature, Likert Scale, Net Promoter Score fields now take up the full width of the container.
## [1.6.0] - 2021-03-31
### Changed
- Visual difference between radio and checkbox elements of Likert Scale field.
- "Next/Previous" footer buttons are bigger for small screens.
- Radio inputs and select elements look more like traditional HTML elements on mobile.
- Improved styling for Authorize.Net and legacy Stripe CC fields on desktop and mobile.
- Disable autogenerated the `og:description` meta tag in the Rank Math plugin.
- The LikertScale field with a single response per row scrolls to the next row/field on change.
- Radio/Checkbox field items scroll into view while selecting with arrow keys.
- Form Locker UI enhancement when used in conversational mode.
### Fixed
- Compatibility issue with Google v2 reCAPTCHA on certain mobile devices.
- The `nav_menu_item` post type is included in the pool when checking the Conversational Form page slug for uniqueness.
- Textarea and page footer appearance in IE11.
- `blockquote`, `ul`, `ol` elements styling in a form description and a confirmation message.
- Page footer logo appearance in portrait and landscape mobile layouts.
- For the fields without a label, the number indicator is not shown.
- "Hide label" option is not processed for the fields.
- Horizontal line before the Submit button.
- If the checkbox has a label and no options, a long horizontal box appears.
- Number Slider field appearance.
- Smart Phone field does not display a list of countries when clicking the flag.
- TwentySeventeen and TwentyTwenty themes introduce style conflicts with Conversational Form pages.
- Image Choices field scrolling position is set incorrectly in a rare combination of image/screen size and field order.
- Date dropdown field processing issue.
- Focusing and positioning for Stripe CC field.
- Dropdown focusing issue on iPhone X and iPhone SE.
- A conditionally hidden field doesn't get focus if triggered to show by a Dropdown field.
- Field sub-Labels do not hide when enabling the "Hide Sub Label" option in Advanced Field Settings.
## [1.5.0] - 2020-08-05
### Added
- Show a notice if permalinks are not configured.
- Easy access to Conversational Forms classes (e.g. 'wpforms_conversational_forms()->frontend').
- New `wpforms_conversational_form_detected` hook right before Conversational Form hooks are registered.
### Changed
- Page Title tag and meta tags always use Conversational Page Title if set.
- oEmbed links are now removed from Conversational Page HTML.
### Fixed
- Occasionally the form scrolls past or does not activate the conditionally appearing field.
## [1.4.0] - 2020-01-09
### Added
- Meta tag 'robots' with filterable 'noindex,nofollow' value for all Conversational Forms pages.
### Fixed
- Popup Maker popup content displays in Conversational Forms.
- Mobile: Virtual keyboard appearing inconsistently while interacting with the fields which have the sub-fields.
## [1.3.1] - 2019-11-07
### Added
- Basic compatibility with WPForms modern file uploader.
### Fixed
- "error404" body class may appear if the custom permalink structure is used.
- Form preview buttons open two tabs in Edge browser.
- "Cannot read property 'addEventListener' of null" JS error on form creation.
## [1.3.0] - 2019-10-14
### Added
- Hexcode option to color picker.
## [1.2.0] - 2019-07-24
### Added
- "Enter or down arrow to go to the next field" message for HTML, Section Divider, Payment Single and Payment Total blocks.
### Changed
- Dropdown appearance altered to better mimic a traditional
Testimonials
Benny O'Brien@benny_obie
The quick response from a friendly team member at @effectioshop honestly caught me off guard. Nice work!
More than 22000 Users from 180 Countries joined since 2014
How It Works
Instead of charging you a huge amount in the beginning, we become your “partners”. If your shop grows, you will stay as a member. We are here to help you obtain exactly that. Sell more and build a successful online store.
All plugins here are GPL in nature, so we improved their codebase and made it simpler for you to get results by using them. Installation and updates are now a breeze thanks to our EffectIO Dashboard.
EffectIO Dashboard is small and loads super fast, with almost no impact on your site speed. And because it blocks ads and notifications, it actually speeds it up.
Licenses
Even though the code is mostly the same as for other vendors, we offer you a free tool to simplify site management and security for you.
EffectIO Dashboard helps you update and license all plugins and themes at the push of a button. Build your first shop or improve an existing one. In either case, this Free Plugin Manager offers hassle-free updates for premium plugins, secured and all in one place.
Money Back Guarantee
All items are working and are thoroughly tested. They have no limitations of features. If the items have errors and we cannot help you fix them, we give you the money back.
We believe that the entire ecosystem can be confusing and expensive. Hence, we offer freelancers, small business owners and agencies a low-cost monthly fee in order to stop worrying about investing a large amount of money in the beginning. If you make money with your shop you will surely see the value of our subscription in the long run.
Nagging Notifications
The Dashboard blocks most of the ads and notifications from your admin panel that do not have a close button.