- This topic has 3 replies, 2 voices, and was last updated 12 years, 8 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Custom coding for integrating any other plugins?
Hi,
We need to integrate wp-emember plugin with some of the plugins. could it be possible via custom coding from our end.
example we need integrate it with Event manager plugin.
Please tell me ASAP.
Thank you
Yes it is possible to do that with custom coding on your part but it also depends on what you are trying to achieve (there maybe road blocks which I won’t be able to predict unless I know the full details). We don’t have any ready made integration with an event management plugin.
Actually we need to place an registration form in a wordpress widget, when people register via that widget, users needs to register in wordpress, mailchimp and even manager plugin.
So please tell us how can we achieve this.
Thank you
If you place the eMember’s registration form shortcode on your sidebar and use the following feature then you should get most of what you require:
http://www.tipsandtricks-hq.com/wordpress-membership/?p=350
The above will create a WordPress user when someone fills out the eMember form. It will also do the mailchimp signup if you set it up in the autoresponder settings. I am guessing your event manager plugin can then pick up the WordPress user that got created and do whatever it needs to do?