How To... | sort Sign-Up Fields on registration

Oliver Mankewitz Posted in General Discussion 7 years ago

I am looking for a way to sort the registration fields.

I have

  • Birthdate -> Occupation (custom) -> Mobile Phone -> Gender -> Status (custom)

I want

  • Birthdate -> Gender -> Mobile Phone -> Occupation (custom) -> Status (custom)

The sorting order in CustomFields comp is

  • Birthdate -> Gender -> Occupation -> Status
    (Mobile phone field doesnt show up)

How can I sort the fields like I want it?

Replies
German Oliver Mankewitz Replied 7 years ago

Arsalan, you made my day again.

Works like a charme. Thank you very much!

@Steven downer: Thanks for trying to help.

Regards,
Oliver

Indonesian Arsalan Shah Replied 7 years ago

@Oliver go to components and disable the Mobile Login component.

Then re-order the fields again (first make wrong order and then right) and see it should work because i tested and it worked for me.

enter image description here

The mobile field can not be ordered as its based on custom component not on custom fields, you can simply disable that component.

German Oliver Mankewitz Replied 7 years ago

Hi, Steven!

As I said in my first reply, I sorted the fields in CustomFields component the way I want it but it doesnt show it in that order.

Regards,
Oliver

German Oliver Mankewitz Replied 7 years ago

Hi, Steven!
Thanks for your reply.

I dont care about the mobile phone field.
I want a special ordering of the fields in the registration form. And this doesnt work.
Like I said:
I WANT:

  • Birthdate -> Gender -> Occupation (custom) -> Status (custom)
    I GOT:
  • Birthdate -> Occupation (custom) -> Mobile Phone -> Gender -> Status (custom)
    In custom fileds component it is sorted like I want it.
    GOAL:
    I want the custom fields at the end of the registration form.

Regards,
Oliver

German Oliver Mankewitz Replied 7 years ago

Hi, Arsalan! Hi, Steven!

Thanks for your replies on this.

Its not abot removing some fields. I know that I cant remove the birthdate and gender fileds (w/o component). Its about the appearing of them.
I have CustomFields component installed and there, I have sorted them to

  • Birthdate -> Gender -> Occupation (custom) -> Status (custom)

But in registration form it shows

  • Birthdate -> Occupation (custom) -> Mobile Phone -> Gender -> Status (custom)

Totally different from what I want.

Regards,
Oliver

Indonesian Arsalan Shah Replied 7 years ago

You mean when you sort the fields it works on desktop but on mobile it didn't work ?