12 pointsStarting to get into this DEV thingI'm new here
clintonb11
Member
—
21st October 2011 (7 months ago)
Is there a good way to combine the Registration page an the Membership Plan selection page into one page so there isn't two steps? If not, is there a way to create my own registration page and tie it in with Membership plugin? Perhaps some documentation or an API that would allow me to add members, choose a plan and take payment.
Is there a good way to combine the Registration page an the Membership Plan selection page into one page so there isn't two steps? If not, is there a way to create my own registration page and tie it in with Membership plugin? Perhaps some documentation or an API that would allow me to add members, choose a plan and take payment.
8202 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
WPMU DEV Fanatic
—
21st October 2011 (7 months ago)
#
Hi clintonb11 and welcome to WPMU DEV!
The only way I could imagine that being done would be to bypass the built-in Membership registration and create a registration form yourself re-using code from the registration and subscription forms:
membership\membershipincludes\includes\registration.form.php
membership\membershipincludes\includes\subscription.form.php
There's not currently any specific documentation on the API, though the code is well structured and relatively easy to read.
Other than that, we can take a look at a feature suggestion for this and see how many others might be interested in the same. We can look into that with a separate thread if you'd like to create one. http://premium.wpmudev.org/forums/forum/feature-suggestions
I'm curious if you managed to consolidate the registration and subscription forms into a single page. If so, would you share what you did and any issues you encountered?
Responses (3)
WPMU DEV Fanatic — 21st October 2011 (7 months ago) #
Hi clintonb11 and welcome to WPMU DEV!
The only way I could imagine that being done would be to bypass the built-in Membership registration and create a registration form yourself re-using code from the registration and subscription forms:
membership\membershipincludes\includes\registration.form.php
membership\membershipincludes\includes\subscription.form.php
There's not currently any specific documentation on the API, though the code is well structured and relatively easy to read.
Other than that, we can take a look at a feature suggestion for this and see how many others might be interested in the same. We can look into that with a separate thread if you'd like to create one.
http://premium.wpmudev.org/forums/forum/feature-suggestions
Thanks,
David
Member — 21st October 2011 (7 months ago) #
I just have to say, I have never had such good support from a membership site. You guys are amazing.
I think I'll attempt to make it myself, if it gets crazy I'll add a feature request. Thanks!
Member — 14th December 2011 (5 months ago) #
@clintonb11:
I'm curious if you managed to consolidate the registration and subscription forms into a single page. If so, would you share what you did and any issues you encountered?
Become a member