• I am searching for a solution and not seeing it, but it seems like a common need so I’m hoping someone might be able to point me to the solution… Thanks in advance!

    I have a Formidable Form for lead generation that registers a new user in WP. I don’t want to go away from this form because it’s dynamic and effective. I don’t need users signed up with WP, but since there is no direct solution to go from FForm > PMPro directly, I am trying to go FForm > WP User > PMPro.

    Has anyone seen a solution/plugin/function/whatever to create new PMPro account out of WP users on a regular basis?

    I have seen the documentation that shows a manual method involving exporting from WP then importing to PMPro, but is there a more direct method?

    http://wordpress.org/plugins/paid-memberships-pro/

Viewing 1 replies (of 1 total)
  • Plugin Author Jason Coleman

    (@strangerstudios)

    Hi, Michael.

    Every PMPro “member” is a WordPress “user”. Once your users sign up with your FForm, you can direct them to the PMPro levels page to choose a level or a specific checkout page to checkout to become a member.

    If you want to automatically apply a free level to all new users, you could hook into the user_register hook in WP and execute a pmpro_changeMembershipLevel($level_id, $user_id) call to give them the level.

    If you need help writing that up, you can sign up for support at http://www.paidmembershipspro.com/pricing/, post to the forums, and we’ll help you over there.

Viewing 1 replies (of 1 total)
  • The topic ‘Moved or Add WP Users to Free PMPro Level Membership’ is closed to new replies.