- This topic has 1 reply, 2 voices, and was last updated 10 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 › Pull username and email into a form
Tagged: Forms
I’m using Simple Membership and Visual Form Builder on my website. I’d like to create a form for users to get in touch with me for support purposes and I’d like to automatically post their username and email address as part of the form. Is there anyway to do this?
Hi, someone here in the forum managed to achieved what you are trying to do. Check the following code.
The following is quoted from the support thread.
If you already have a dummy login setup on a part of your site just simply add name attributes as needed.
<form name="swpm-login-form" method="post">
<input type="text" class="" placeholder="User Name: " name="swpm_user_name">
<input type="password" class="" placeholder="Password: " name="swpm_password">
<input type="submit" class="" value="Login" name="swpm-login">
</form>