I realize not many people reply to these things any longer, but I really hope someone can help me with this.
I’m setting up a new web site with PM Pro 2.4. I would like, instead of a “log In” link, to have the login boxes (i.e. Screenname and Password fields) right on the page.
I currently have something like the following on the front page:
<input name="MemberName" type="text" class="formbox" id="MemberName" size="20" maxlength="16">
<input name="PassWord" type="password" class="formbox" id="PassWord" size="20" maxlength="16">
One is for the Member ID field, and the other for a password. Now, how do I connect that to pMachine?
There must be a way for me to take the pMachine
<?php member_login_form(); ?>
, and place it directly on any page I wish, right?
