- This topic has 2 replies, 2 voices, and was last updated 2 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Storage location of generic fields
Tagged: database generic custom php
Hello,
I added a generic field and want to use it within a php script. However I can’t seem to find where the values are stored in the database. Please advice.
Nevermind, just found out it is in eme_answers
indeed 🙂
You also have convenient functions in EME to retrieve the values:
eme_get_member_answers($member_id)
eme_get_person_answers($person_id)
eme_get_event_cf_answers($event_id) ==> in the next version also eme_get_event_answers($event_id)
eme_get_location_cf_answers($location_id) ==> in the next version also eme_get_location_answers($location_id)
eme_get_membership_answers($membership_id)