Add booking from backend event view RSVP #282
-
Hi, I am logged into the back end looking at an event and using the RSVP shortcut to add a booking. Is there a way i can pull the data from the people database instead of having to type it all in manually? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
The people info is auto-complete (just not the custom fields I think), so start typing the last name and then select the one you want. |
Beta Was this translation helpful? Give feedback.
-
Hello Franky,
|
Beta Was this translation helpful? Give feedback.
-
My setting "autocomplete sources" was good. Here is the php error:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for helping me identify the culprit. In fact it's a snippet that I copied and pasted from the internet to memorise the dates of members' logins to WP. There is no reference to a table or an EME function. It's all linked to the way WP works. By deactivating this snippet everything works normally. It's odd, though, that this should have an impact on EME. Thanks again for your efficient support |
Beta Was this translation helpful? Give feedback.
The issue for the original problem here was that the "autocomplete sources" setting in the general EME settings was set to "none", so in fact it didn't do anything. Changing the setting to e.g. "EME people" caused it to work as expected. Your internal error needs to be checked in the php logfiles.