Subscription Form Bug
-
Hi Folks
There appears to be a bug in your plug-in.
The order of fields set up in MailChimp do not appear on the website. For example, Surname is showing as the last field instead of the field after the name.
We have fixed this by adding a code to the plug-in but of course every time the plug-in gets updated, this code gets overwritten and we have to add it again.
Please can you test this and see if you can fix it in your next release?
This is the problem:
In the file plugins/mailchimp/mailchimp_widget.php in line 391 you have
<div class="mc_merge_var" style="order:'.$data['display_order'].'">
We have added
style="order:'.$data['display_order'].'"
Regards
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.