How should I proper change login/index_form.html or signup_form.php in my theme?

How should I proper change login/index_form.html or signup_form.php in my theme?

by Анатолий Рунцов -
Number of replies: 3

I want to change layout of sign up form in my custom theme. Should I write changes directly to login/index_form.html or login/signup_form.php or there is a way to override some renderer, but I can't find it???

Thank you in advance,

Anatoliy.

Average of ratings: -
In reply to Анатолий Рунцов

Re: How should I proper change login/index_form.html or signup_form.php in my theme?

by Gary Anderson -

Seems like if you are writing a theme, you should be making all the layout changes in the css of your theme and should not need to re-write any html.  Every important element on the page has an id that you can use to the selector for position, style, visibility, etc.

 

--Gary

In reply to Gary Anderson

Re: How should I proper change login/index_form.html or signup_form.php in my theme?

by Анатолий Рунцов -

That's right! But what about rearrange elements of form?

Sorry for my English.

Anatoliy.

In reply to Анатолий Рунцов

Re: How should I proper change login/index_form.html or signup_form.php in my theme?

by Carlos Bacelar -

Hi! I'm trying to rearrange elements too. Did you learned how to do?