You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add filter to allow altering field descriptions. yikes_mailchimp_frontend_content
Resolve error thrown when no default is set for checkbox inerest groups.
Alter old knowledge base URLs to new KB URL.
Confirm each MailChimp form field type 'Hide Field' works as expected.
Added a bit of spacing between checkbox/radio button default options.
Added new class yikes-mailchimp-form-class to allow for additional classes to be added to the <form> element.
Implemented a fix for required MailChimp interest group checkbox type. (ajax = js validation/non-ajax = php).
Appended form IDs to input field ID parameter. The new form IDs now prepended with yikes-mc-form-#- -- eg: Old: id="EMAIL", New: id="yikes-mc-form-1-EMAIL".
Add a "Save Form" button to the left of the new "Clear Form Fields" on the Form builder. (better UX)
Integrate with Visual Composer plugin.
Ability to add a class to the form tag. Appropriate filter is yikes-mailchimp-form-class for <form> element, and yikes-mailchimp-form-container-class for parent <section> container.
Fix Site Origin Page builder issues saving the widget form IDs.