Support

Home Forums WP User Integration WP user creation after sending event-form

WP user creation after sending event-form

Posted: August 7, 2014 at 8:23 am


mmk01

August 7, 2014 at 8:23 am

Hello!

I have a question how the user creation works:
Is it possible to automatically create a user after he has sent the event-form and send him his username and password per mail? Like woocommerce does?

Thanks in Advance!


Sidney Harrell

August 7, 2014 at 11:30 am

Yes, we have a custom script in a github gist to do this in EE3. We just added this to the in-development EE4 WP Users Integration add-on. Are you using EE3 or EE4?


mmk01

August 8, 2014 at 12:31 am

Thank you very much for your reply!
I am using EE3 with the WP User Integration Addon.
Where can i find the script?

Thank you!


Lorenzo Orlando Caum

  • Support Staff

August 8, 2014 at 1:25 am

Hello,

Event Espresso 3 does not do this on its own but you can do this by using some code like this:

https://gist.github.com/Apina/5576163

It can be added to your child theme’s functions.php file or a site specific plugin:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/


Lorenzo


Sidney Harrell

August 8, 2014 at 1:35 am

I have one here https://gist.github.com/sidharrell/7455060, but it was forked off of Dean’s, which was forked off of Seth’s (you can follow the trail on github) for different customer’s needs. It is likely that any or none of those 3 varients will suit you. You may be able to copy-paste into a custom function (http://youtu.be/pqe1RQ4peAM) , or you may need custom coding.


mmk01

August 8, 2014 at 4:38 am

Thanks you very much guys, works great! 🙂

One more question please:
If the user subscribes to a “free”-event, is it possible to set the status of the subscription to “pending” anyway?

Thanks in advance!


Lorenzo Orlando Caum

  • Support Staff

August 8, 2014 at 6:57 am

Hi, free events are set to a payment status of completed since their is no actual cost associated.


Lorenzo

The support post ‘WP user creation after sending event-form’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso