Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Admin Login template


Go to End


11 Posts   8673 Views

Avatar
Naveed

Community Member, 10 Posts

1 December 2016 at 4:07pm

Thanks for the information. But if you would add how to grab the fields from the $Form variable and then render them into the custom layout e.g.
<div class="row">
<div class="md-col-6">
EmailField
</div>
<div class="md-col-6">
PasswordField
</div>
</div>
I hope someone understand my question or requirement.

Actually the $Form draws the default template for the form but don't know which file is responsible to render this....

Cheers,
Naveed.

Avatar
Parker1090

Community Member, 46 Posts

20 February 2017 at 9:14pm

Naveed - did you manage to find a way of doing this? I'm trying to achieve the same thing, but not sure how to pull the individual fields rather than the template.

Any help appreciated!

Avatar
alex_sm

Community Member, 19 Posts

11 July 2017 at 12:33am

Edited: 11/07/2017 12:34am

Go to Top