Events Made Easy › Forums › How do I … › Have a user update their address info / show member related things for a user?
- This topic has 9 replies, 2 voices, and was last updated 4 years, 9 months ago by Franky.
-
AuthorPosts
-
Wed 19 Feb 2020 at 11:50 #60884AnonymousInactive
Hi there, Some of the people registering for an RSVP event does not fill in all the information. Is there a way to have them update their address info after ? Obviously they might then maybe need to be linked to a wp-user and logging in, maybe there is an update address page of some sorts? Is this possible or do I have to think a bit differently in the way the plugin is made?
Also thinking about having a booking event list and membership list for each user logging in so they can see what they have purchased.. also wondering if something like this is possible..
Wed 19 Feb 2020 at 14:56 #60887FrankyKeymasterFor RSVP: if you require that info, make the field a required field. EME doesn’t foresee for people to edit that info (it is not in wordpress, I only made the EME phone number an extra wordpress field in their profile). Also in the profile is a list of future bookings, but not memberships (the next version will show the active memberships there too).
For bookings, see also [eme_mybookings], but again not for memberships :-).Feel free to open a feature request for this.The next version will have a new shortcode eme_mymemberships for this.
Next to that, there’s also the option for them to request all info EME has on them by using the eme_gdpr shortcode, see https://www.e-dynamics.be/wordpress/eme_gdpr/ (or use the wordpress privacy tools).Fri 21 Feb 2020 at 13:22 #60905AnonymousInactiveThanks Frank!
Appreciate your efforts with this plugin, I have really fallen in love with it 🙂
New Memberships short code, I’m really looking forward to it 🙂
I would love to see also being able to make a short code to change a person’s details, like address, email, name, and other custom fields in eme linked to a wp user. But I will make it work without this for now 🙂
Fri 21 Feb 2020 at 14:36 #60907FrankyKeymasterThe latest version has just been released, check out if the new shortcode eme_mymemberships does what it should 🙂
Fri 21 Feb 2020 at 15:27 #60911AnonymousInactiveUpgraded to the latest version.
I added the code: [eme_mymemberships] and it seemed to not do anything.. ?
even the user has one membership to it.Did I spell the short code correctly?
Fri 21 Feb 2020 at 16:53 #60912FrankyKeymasterHere that seems to work fine: [eme_mymemberships]
Fri 21 Feb 2020 at 21:50 #60915AnonymousInactiveStrange, here it only returns null
Fri 21 Feb 2020 at 22:13 #60917FrankyKeymasterIt only returns true if the member is active, not pending
Sat 22 Feb 2020 at 01:39 #60919AnonymousInactiveMy user is active with a membership. It doesn’t seem to be working here.. what does the shortcode do? print out the active memberships? Maybe I’m not using it right?
Sat 22 Feb 2020 at 10:29 #60920FrankyKeymasterIt just prints the name of the active memberships (comma separated).
How are you using this (inside another shortcode, on a page standalone, …)? So I can test that here. -
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.