Forum
Showing the members app login form in a template
I have a template that I need to show the login form for them to access it. The way the page is laid out I need it to be in the intro.html content template. The only example I see is in the provided php files. Can the form be displayed in an html template?
Yes, you should be able to put a form into your template. What problem are you running into?
The documentation is extremely limited. The only example of placing a form on the page is i the "index.php" that comes with it. However, I need it as a tag. Something like
<perch:members form="login" />
You can reference the default template
The members app comes with default templates that you can copy and play around with. I would try to paste the default login form into your template and edit it to fit in with your page:
More info: https://docs.grabaperch.com/addons/members/examples/registration/#registration-form-templates
Drew beat me by 13 seconds ):
Thanks for point this out. I did't know those were there.