Page 1 of 1

login form page

PostPosted: May 16th, 2011, 2:56 pm
by fotodog13
At this point in time I am only using level 0 FREE to caputure email addresses and sending them to my aweber list. I am wondering if it is possible to imped the registration form into a page, so that I can have the visitor on a specific page and they can fill out the registration page on that page rather than being taken to the wp-login.php?action=register page to complete the login sign up.

Hope that makes sense.
Thanks for the reply

Best
Scott V
scott@fotofiction.com

Re: login form page

PostPosted: May 16th, 2011, 3:25 pm
by Cristián Lávaque
You could copy the registration form from wp-login.php?action=register and paste it in the HTML tab of the editor for the page you want it in.

Let me know if that works. :)

Re: login form page

PostPosted: May 16th, 2011, 5:24 pm
by fotodog13
Hi Cristian,
I got the form to appear and work, but wondering if there is a way to use short code and add that to the page I want the form on rather than copying and pasting the info into the html.
Also could I remove the first name/lastname in the code and just capture the username and email?
Let me know what you think

thanks

Scott V
scott@fotofiction.com

Re: login form page

PostPosted: May 16th, 2011, 6:03 pm
by Cristián Lávaque
I'm glad you got it to work.

I don't know a shortcode for that, but there may be a plugin that does it. If not, you could create your own, google how to create WordPress shortcodes for a start.

I know that WordPress expects a first and last name for each user but, again, there may be a plugin that lets you do it.