Plasing the form Membership Options Page code
Posted:
August 17th, 2011, 10:01 am
by RJGonzalez
How do i place the form Membership Options Page code to the register created page at setup?
this is where is at
http://rmecreditrepair.com/wp-login.php?action=register and here is where it should be
http://rmecreditrepair.com/register/How can i include it into the page created (
http://rmecreditrepair.com/register/)
Thanks
Re: Plasing the form Membership Options Page code
Posted:
August 17th, 2011, 3:56 pm
by foxydot
What you have at
http://rmecreditrepair.com/wp-login.php?action=register is the WordPress registration form, with your additional elements added (I'm assuming) through s2member.
You can use wp_register()
http://codex.wordpress.org/Function_Ref ... p_register or wp_login_form()
http://codex.wordpress.org/Function_Ref ... login_form to connect back to it, but I'm not sure there is a simple way to pull the register form into a WP page.
Alternatively, you could use mod_rewrite to automatically redirect /register to /wp-login?action=register
Re: Plasing the form Membership Options Page code
Posted:
August 18th, 2011, 2:03 am
by Cristián Lávaque
s2Member Pro has a free registration pro-form you can use in a WP page the way you want. WP Admin -> s2Member -> PayPal Pro-Forms -> Free Registration
By the way, you're requiring credit card information in the registration form to save it in the database as custom profile fields, not even using SSL. This is not secure at all.
Re: Plasing the form Membership Options Page code
Posted:
August 18th, 2011, 5:16 pm
by RJGonzalez
The site owner is working out the dedicated ip and ssl, so that issue will be resolved soon
Re: Plasing the form Membership Options Page code
Posted:
August 19th, 2011, 1:09 am
by Cristián Lávaque
That's good. Still, since you'll be storing the card information, you will have to disclose it in your privacy policy and make sure you super secure your website. It's really advisable that you don't save this information and just leave it to the gateway to handle.