I was experimenting with using the Renderable elements module along with ECK in order to adjust the forms and display of the ECK entity types. However, it does not appear to be compatible.
Basically, when I attempt to "manage" an entity creation/edit form it seems to allow me to.... However, it does not work since all of the forms seem to have the same Id "eck_entity_form" and therefore cannot be individually identified.
I will attempt to narrow down the problem and try and come up with a solution, but I just wanted you to be aware of this problem.
NOTE: I started an issue under Renderable elements a few days ago that can be found at: http://drupal.org/node/1365038
Comments
Comment #1
fmizzell commentedI posted a comment over on the REL issue that you created.. I have not committed anything new to the 7.x-2.x branch, but after reading the comment, let me know what you think, and we will decide how to proceed from there.
Comment #2
webankit commentedI think we can should give each form a unique id so that we can also use hook_form_Id_alter
Comment #3
ydnar79 commentedIt sounds like this is the right track..... By giving each form a unique id, renderable elements should be able to identify the form.... Plus as webankit said, it would allow for anyone else to be able to use hook_form_id_alter if needed.
Comment #4
fmizzell commentedNow the add and edit forms have unique ids of the form eck__entity__form_{action}_{entity_type}_{bundle} where action can be edit, or add