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.

Comments

codesidekick’s picture

StatusFileSize
new2.48 KB

Wow 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?

codesidekick’s picture

Status: Active » Needs review

  • codesidekick committed 9715d84 on 7.x-2.x
    Issue #2538824 by codesidekick: How to change the checkbox weight in new...
weri’s picture

Status: Needs review » Reviewed & tested by the community

The 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!

eworwa’s picture

I have applied the patch and work perfectly well. Thanks!

codesidekick’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.