Tagged Questions
0
votes
0answers
31 views
Pass a variable between WordPress Custom login and BuddyPress registration page
I am coding a custom WordPress template that has to be also BuddyPress compatible.
Actually when BuddyPress is Disabled my custom login/registration form works without problems but, as soon as I ...
0
votes
0answers
38 views
Customize registration form with wp-login and Cimy User Extra Fields plugin
I am using Cimy User Extra Fields plugin for extra fields in Wordpress registration but I would like to make it in two colloms so users would not scroll since now I have to many fields. I have problem ...
0
votes
1answer
128 views
How to bypass the username as a required field in registration and just use email address instead?
Is there a clean way of doing so? I would prefer doing that in functions.php using some action and/ or filter hooks. The 2nd-best option would be using some good plugin out there. (I haven't seen 1 ...
3
votes
1answer
1k views
Multi-steps WordPress registration : in 4 steps how to?
I saw in several WordPress sites up on registration that the registration process is in 3 or 4 steps.
how can i implement such process to my theme? ie:
choose your role + fill in register ...
