- This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Popup on click
Hi guys
I would like to trigger a pop-up when user clicks the ‘Login’ button on the Member Login page.i already have a pop-up plugin which allows me to enter the name of a class, id or selector string to trigger the pop-up but am unsure what to enter here. Please can someone help.
Thanks
Shaz
you need to create a html form and keep it hidden using css. the form must contain following 3 fields:
1. name: swpm_user_name type: text
2. name: swpm_password type: password
3. name: swpm-login type: submit
you can pur the form inside a “div” tag and use the id of the div in you popup.