Email verification on Membership subscription

  • Richard Frazier
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 10 months ago - 4 years 10 months ago #139143 by Richard Frazier
Email verification on Membership subscription was created by Richard Frazier
Hello,
We are developing a custom plugin for Membership Pro which will push the user data to Zoho CRM on user subscription. We also have user verification email sent out when user signs up with the site. We have used the event onMembershipActive in our plugin to push the data and want this push to happen only when the email has been verified. But we noticed that onMembershipActive is not dependent on email verification. Can you help us with an idea on how to get the email verified and then activate the subscription so that user with valid email gets pushed in to Zoho CRM?

Thanks in advance.
Last edit: 4 years 10 months ago by Richard Frazier.

Please Log in or Create an account to join the conversation.

More
4 years 10 months ago #139157 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Email verification on Membership subscription
Hello Richard

Sadly, it's not possible. The reason is because account activation is handled by Joomla core users component, independent with Membership Pro

So there is no way to trigger two events when email is verified as you want. Personal, I think when users paid for your subscription, they should enter a valid email address, so pushing data to Zoho CRM on onMembershipActive should be fine

If you worry that users might enter a wrong email address, you can create a new custom field to ask them to confirm membershipprodoc.joomservices.com/faqs/c...-confirm-email-field (something like retype email address or confirm email....)

Tuan

Please Log in or Create an account to join the conversation.