My Account

What's New

PHPMembers Blog

Who's Online

We have 209 guests and 10 members online

 

How to place login form on web pages outside the membership system PDF Print E-mail
Put the following HTML code on the place you would like to display a login form on your web page.

<script language="javascript" src="/phpmembers/js/login.js.php"></script>

The login form will be display in vertical style. You can change it to horizontal style with the following code:

<script language="javascript" src="/phpmembers/js/login.js.php?style=h"></script>

After users login, they will be taken back to the web page where they submit the login form. This is designed to keep the consistence of online experience.

Note: This feature is only available to PHPMembers version 1.2.0 or above. You should replace '/phpmembers/' with the actual web folder of your PHPMembers system.