Hi, I'm wondering how can I change the weight of checkbox appearing in new account registration form. Im using Profile module, and everything was in it's place, but when I installed Entity Legal, I created 3 different legal documents and check the accept on registration option, then I go to the registration page and all the 3 checkboxs regarding to legal documents appears at the top of form.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | entity_legal_2538824-do-not-test.patch | 2.48 KB | codesidekick |
Comments
Comment #1
codesidekick commentedWow good job, this is a bit of a skeleton in the closet. Looks like field ui re-ordering of entity legal documents has been broken for some time. There are meant to be draggable fields on the admin/config/people/accounts/fields page for each entity legal document that has a profile form input.
Attached is the patch which I've also now committed to the dev branch.
Would you be able to download the latest dev branch (wait 12 hours from this post, Drupal.org can take a while to package a release), re-order the fields in ui on your site, and check if it fixes your issue?
Comment #2
codesidekick commentedComment #4
weri commentedThe patch works as expected. The fields then available on the 'admin/config/people/accounts/fields' page and we could reorder them.
thanks for the patch!
Comment #5
eworwa commentedI have applied the patch and work perfectly well. Thanks!
Comment #6
codesidekick commented