Closed bezin closed 7 years ago
Thank you for the PR! I'll review this asap.
It would also be nice to have some kind of hint in the README.md
, how to sort the fields:
You can not change order in Settings-->List fields and |MERGE| tags but you can in Signup forms --> General forms --> Signup form
The order you pick here (drag'n'drop) will also be visible in the |MERGE| tags view.
Thanks for your comments. I updated the PR accordingly.
Thank you for the quick changes!
I'll have to release a new major version (3.0.0
) because of the not backward compatible changes.
Hi there,
as discussed in #6 , the implementation should respect the order of the form fields, that can be changed in the MailChimp interface. This PR takes care of this.
One known issue is, that since the email field itself is still not included in the API response, the chosen email field label in MailChimp is obviously not available in Contao. It still has to be changed through the language array, as it was prior to this PR.
Let me know what you all think :)
Cheers!