Home › Forums › Calendar Products › Events Calendar PRO › What are custom fields (of single event) names?
- This topic has 8 replies, 2 voices, and was last updated 11 years, 2 months ago by
Brian.
-
AuthorPosts
-
January 25, 2015 at 9:50 am #937339
gonchar
ParticipantHi there!
Thank you for great calendar! See how it works http://coach-portal.com/events Wow!
Now I use Contact Form 7 for registering people who go events, like here http://coach-portal.com/event/programma-teoriya-i-praktika-geshtalt-kouchinga-v-kieve-2015
Add-on “Contact Form 7 – Dynamic Text Extension” let me send special different data to organizers and people by mailing.
It needs the names of:
• custom fields (of single event)
• additinal names~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CUSTOM FIELDS (OF SINGLE EVENT)
I’ve found next custom fields (of single event) names:
_EventStartDate
_EventEndDate
_EventCostIt was very hard! So, would you tell me please WHERE FIND IT?
I have not found names for:
~~~
Venue Name
Venue Adress
Venue City
Venue Country
Venue Postal code (Index)
Venue Phone number
Venue Site
~~~
Organizer Name
Organizer Phone number
Organizer Site
Organizer Email
~~~
Event Site
~~~
Currency Symbol~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NAMES FOR ADDITIONAL NAMES
The thing is my additional fields are in russian. Where I can see their names in english (latin) to use them in “Contact Form 7” and in “Contact Form 7 – Dynamic Text Extension”
Thanks! Waiting for answer )
January 26, 2015 at 9:18 am #937677Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We do not have a list of all the custom fields, but I did create quick list for you here:
https://gist.github.com/jesseeproductions/c2df90a56827dae990a0
let me know if that works for you.
Thanks
January 26, 2015 at 10:48 am #937722gonchar
ParticipantHi, Brian!
Thank you very much for this very useful list of all that the custom fields!!!
Add-on “Contact Form 7 – Dynamic Text Extension” give me some of values, but not for all
for example, OK:
[dynamichidden StartDate “CF7_get_custom_field key=’_EventStartDate'”]
[dynamichidden EndDate “CF7_get_custom_field key=’_EventEndDate'”]
[dynamichidden Event_Cost “CF7_get_custom_field key=’_EventCost'”]
[dynamichidden Event_Currency “CF7_get_custom_field key=’_EventCurrencySymbol'”]Notice, all these fields are placed on event admin page.
But, for example NOTHING:
[dynamichidden EventVenue “CF7_get_custom_field key=’_VenueVenue'”]
[dynamichidden EventAddress “CF7_get_custom_field key=’_VenueAddress'”]
[dynamichidden EventCity “CF7_get_custom_field key=’_VenueCity'”]
[dynamichidden EventCountry “CF7_get_custom_field key=’_VenueCountry'”]
[dynamichidden EventOrganizer “CF7_get_custom_field key=’_OrganizerOrganizer'”]
[dynamichidden EventOrganizerPhone “CF7_get_custom_field key=’_OrganizerPhone'”]
[dynamichidden EventOrganizerEmail “CF7_get_custom_field key=’_OrganizerEmail'”]These return empty values ((( Notice, all these fields are placed in Venue posts and Organizer posts. They are pulling out at the moment when post page is building.
I see You can’t answer for third-party product, but would you say may be something how to overcome it?
All shortcodes types of plugin “Contact Form 7 – Dynamic Text Extension” are here – https://wordpress.org/plugins/contact-form-7-dynamic-text-extension/
Brian, are _VenueVenue, _VenueAddress, etc. custom fields? What else?
Thanks!
January 26, 2015 at 11:01 am #937728Brian
MemberYes, those fields are all custom fields.
The Venue and Organizer are different posts then the Event so those fields return empty as the field is in the venue post and not the event post.
If they have an option to pass an id to get the field that plugin might work.
You can use this function to get the venue id of the event to pass through:
tribe_get_venue_id();
That is about all I can help on that.
January 26, 2015 at 11:32 am #937742gonchar
ParticipantBrian, thank you for answer, attention to my problem and for your sugest!!! I’ll try this way tomorrow.
So, above is one more question: WHAT ARE NAMES FOR ADDITIONAL FIELDS IN LATIN?
The thing is my additional fields are in russian. Where I can see their names in english (latin) to use them in “Contact Form 7″ and in “Contact Form 7 – Dynamic Text Extension”?
January 26, 2015 at 12:54 pm #937775Brian
MemberThe additional fields can be found by using this function:
Something like this will show the field value:
echo tribe_get_custom_field(‘FieldName’);
That is the only method we have to get those fields on your own.
January 26, 2015 at 11:28 pm #937936gonchar
ParticipantBrian, thank you very much rof help!
Good luck!
January 27, 2015 at 7:14 am #938039Brian
MemberGreat, glad it helps, let me know if you need anything else related to this.
Thanks!
March 10, 2015 at 2:14 pm #947395Brian
MemberSince there is has not been any activity on this thread for over 2 weeks so I am now closing it. Feel free to start a new thread if you have further issues. Thanks! 🙂
-
AuthorPosts
- The topic ‘What are custom fields (of single event) names?’ is closed to new replies.
