This topic contains 3 replies, has 2 voices. Last updated by Eduan 4 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Oct 25th, 2012 at 8:41 am #29636 | |
Hello, I have disabled open registrations on my client’s site and I’m using the PayPal Pro Free registration Form shortcode instead. The idea is to set free registrations to s2member level 1, without sending them to PayPal. The shortcode I’m using looks like this:
The issue is that occasionally, users that register via this form are awarded with a “Subscriber” role (or level 0) and I can’t figure out why. It’s a big issue because level 0 registrations don’t get what they are supposed to. I do have a hook that does some custom stuff when trial registrations are processed. It looks something like this:
The code above gets hit for every free registration, which is what I expect. But when I log into wp-admin, there is a “Subscriber” role next to the user and it clearly should be s2member Level 1. Any ideas? Cheers |