Page 1 of 1

Front End Users Change Settings Form

Posted: Mon Dec 08, 2014 10:41 pm
by delve2013
Is there any way I can change the appearance of the Front End Users Change Settings form? I've created the main registration form using fieldsets, and all the fields are grouped and placed in a particular order. The Change Settings form displays the fields in a random order and I can't find a way to re-order them to match the front end users registration form.

Re: Front End Users Change Settings Form

Posted: Mon Dec 08, 2014 11:26 pm
by psy
Fields are displayed in the order you've set in the FEU group properties for that group.

Move them up or down there to change the order on the front end.

Re: Front End Users Change Settings Form

Posted: Mon Dec 08, 2014 11:38 pm
by delve2013
I've created my own template for the front end registration template so the ordering has no effect on it. I did it this way so I could group fields together in fieldsets to make the form easier to fill in.

Isn't there any other way?

Re: Front End Users Change Settings Form

Posted: Tue Dec 09, 2014 6:27 am
by JohnnyB
You have to use lots of Smarty and php templating logic to get the desired order.
If strpos(control->control, 'blah') then do something...
If control->type == '2' then do something else....