Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › eMember – login form customization
Tagged: login customization, membership login
- This topic has 1 reply, 2 voices, and was last updated 11 years, 5 months ago by admin.
-
AuthorPosts
-
June 27, 2013 at 6:59 pm #9271webworksMember
Good day!
My website is [http://crm.myfirsthomeltd.co.uk/] and I use html Frame in a static page (The 3 button that you can see “My home Login”) What we need is to make the my home login tab working as on the widget wp_emember_loginForm. I really tried everything Can you please help me for some code that I can be use?
What I mean is i want to put the emember login form here [http://crm.myfirsthomeltd.co.uk/mfh-layout/tab3.html] That is on my homepage. Is it possible? Can I ask the code because i tried everything and no success for it.
I tried all of this but no luck!
<form id=”wp_emember_loginForm” class=”loginForm wp_emember_loginForm” name=”wp_emember_loginForm” method=”post” action=””>
<input id=”_wpnonce” type=”hidden” value=”906bbc794f” name=”_wpnonce”>
<input type=”hidden” value=”/about” name=”_wp_http_referer”>
<table class=”forms” width=”95%” cellspacing=”5″ cellpadding=”3″ border=”0″>
</form>
Thank you so much
June 28, 2013 at 1:14 am #56347adminKeymasterYou won’t be able to put the membership login form on another standalone HTML page. You also can’t create your own HTML form. The login actually form has to be inside your WordPress system and created using eMember’s functions. There is a security check in place which will prevent you from being able to post data to the membership system if the form wasn’t generated dynamically by the membership system.
What you can do is make your “home” link point to the membership login page on your WordPress site. This way the user will click that link to go to the standard login page which will be served by your WordPress system.
You can customize the appearance of the membership login form by tweaking some CSS or PHP code. The following posts have lots of different examples which may come in handy for that:
eMember – login, registration and edit profile form CSS customization
WP eMember – Creating or Customizing the Compact Login Widget/Links
-
AuthorPosts
- You must be logged in to reply to this topic.