2urn
Sophomore
Just Getting Started
Member Likes (0)
how do I use a custom Gravity Form (with GF registration Add-on) instead on subscription form short code?
wp 3.03 / GF 1.5.rc2.1 / User Registration Add-on 1.0.beta1 / Member premium 1.0.4
Thanks,
Dimitry

Responses (10)
Member (joined April 2009) Likes (0)
Hiya Dimitry!
First off, welcome to WPMU DEV! :D
Honestly, those products are in beta and I doubt have been well-tested together on any setup. Our integration with Gravity Forms here is more for actually displaying/hiding the forms than using them for the subscription process.
I'll ask a couple devs to comment but I don't believe this level of integration is planned at the moment.
Thanks!
Developer (joined September 2010) Likes (0)
You could add the gravity form after subscription form or before sign up (before subscription is easier). To help you better can you please elaborate what you are trying to achieve.
Member (joined November 2010) Likes (0)
Thank you so much for the welcome and for replying!
There is a section of the WordPress Membership options settings that asks what you want the join page to be and that it must include:
But I have already created a very complex GF form for the client to register users/members for the site already (including membership payment amounts) which they want to use instead of default [subscriptionform].
To see the gf form visit:
[Edit: Removed at user request]
Note:
There are two levels of paid membership: Opportunity, Professional
Each includes a 1-year subscription.
So I need to know the best or easiest path / dev guidelines for me to explain to my programmer on how to get WordPress Membership to ignore its own form and accept gravity form member entries instead... or to simply let GF feed new members to WordPress Membership tables directly (we could leave WordPress Membership form on a hidden page and just ignore it). I see that WordPress Membership has it's own internal plugins for gateways etc... could that be used? Or can WordPress Membership automatically be made to add members from gf submitted users?
And, if there is no way to do this with WordPress Membership then could you recommend any other membership system that can allow this?
Thanks so much and happy holidays!
Dimitry
Member (joined November 2010) Likes (0)
Update:
Good news! Tests using using the gravity form to register new members actually works:
--Submitted members are visible under membership plugin
--They are assigned the default membership level...
--all without involving the official member submission form
Still to figure out (probably easy but this is my first bp / membership site ...so assuming the worst, lol)
--how to actually process membership paypal payments after GF form submission
--correctly setting up membership levels, subscriptions etc: I think for this site it makes sense to actually have only one true member level and determine payments based on subscriptions for member level s and individual events...
Developer (joined September 2010) Likes (0)
How about redirecting the user to subscription form after the user is first logged in?
Member (joined November 2010) Likes (0)
Ah I see!...
Thanks! That might work... (duh! I think I'm starting to get how this works I had confused subscriptions with memberships...)
So since in my GF form the subscription level is already determined by the user's choices...
Could I somehow pass only the correct subscription level (no other choices) from GF to membership subscription form? GF allows me to "Pass Field Data Via Query String" in this form: phone={Phone:1}&email{Email:2}...
Ideally, I would love to know if it would be possible to code a membership add-on to have a drop-down right in membership that gave you the option to pick a GF as the subscription form or vice versa a GF add-on that would add a drop-down in GF that would select an available subscription and or member level from member plugin based on GF conditionals or user choice and feed it to subscription form on redirect/submission.
Do you know what I mean?
Developer (joined September 2010) Likes (0)
Right now it's not possible, but you could code an add-on if you wish. You probably want to generate the payment form/button from the add on. You can do so by calling the filter 'membership_subscription_form_subscription_process' .
If you get stuck or confused please feel free to post here :)
Member (joined November 2010) Likes (0)
Thank you SH,
Can you please post a php code sample as to how to call the filter and add [insert your code here] section so I can better understand the function?
Thanks!
Member (joined November 2010) Likes (0)
Support, please remove:
From my post above. Then delete this post. :)
I got a google alert on it (not good) and I've switched to a different membership system.
Thanks
Dimitry
Member (joined April 2009) Likes (0)
Hiya Dimitry. I've removed the link in your post above. In the future, feel free to post something like this in our 'members only' forum.
Thanks!
Become a member