This release includes patches v6.0.3.4/v6.0.3.5/v6.0.3.6
= Easy Forms for MailChimp 6.0.3.6 - December 28th, 2015 =
- Removed extra closing php tag after 'Interest Group' dropdown field
= Easy Forms for MailChimp 6.0.3.5 - December 20th, 2015 =
- Ensured the
$form_idvariable is set before including the form processing file for non-ajax forms. - Updated
yikes_retrieve_form_settings(), to ensure we have a$form_idand settings to return.
= Easy Forms for MailChimp 6.0.3.4 - December 18th, 2015 =
- Make bundled classes work when field labels are hidden.
- Way to reset submission counts for individual forms.
- URL fields now prepend http:// to prevent confusion with the end user.
- Added conditionals to hide state/zip input fields in the address section when the country != US.
- Multiple reCaptchas on a single page should work - currently do not.
- Non-Ajax Forms set to redirect, throw errors
- Check form descriptions generating additional
<p>tags.yikes-mailchimp-form-description is not wrapped around the description. - Add helper function to retrieve form data by ID. (eg:
$form_data = yikes_get_form_data( 1 );)