What are custom fields (of single event) names?

Home Forums Calendar Products Events Calendar PRO What are custom fields (of single event) names?

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #937339
    gonchar
    Participant

    Hi 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
    _EventCost

    It 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 )

    #937677
    Brian
    Member

    Hi,

    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

    #937722
    gonchar
    Participant

    Hi, 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!

    #937728
    Brian
    Member

    Yes, 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.

    #937742
    gonchar
    Participant

    Brian, 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”?

    #937775
    Brian
    Member

    The additional fields can be found by using this function:

    tribe_get_custom_fields()

    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.

    #937936
    gonchar
    Participant

    Brian, thank you very much rof help!

    Good luck!

    #938039
    Brian
    Member

    Great, glad it helps, let me know if you need anything else related to this.

    Thanks!

    #947395
    Brian
    Member

    Since 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! 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘What are custom fields (of single event) names?’ is closed to new replies.