eca_form: Improve compatibility with other form-altering modules such as field_group
Problem/Motivation
Some form-altering modules, such as field_group, add their modifications and extensions to a form at a very late stage, where eca_form may already have been applied before. However eca_form should be able to react upon the changes added by such modules.
Steps to reproduce
Proposed resolution
- Increase the module weight of eca_form so that it will be invoked later.
- Add the form_alter hook implementation of eca_form to the end by implementing hook_module_implements_alter.
Remaining tasks
User interface changes
API changes
Data model changes
Edited by drupalbot