MT

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Get info from additional fields with php-function #1002142
    MT
    Participant

    Hi and thanks for your reply George.

    So, I will give you the context. The company creates events in Eventbrite. Eventbrite is automatically connected to a market automation system (Pardot) which only imports the title. So the title has to be written with more information that is good looking for a title on a webpage. So when the event is imported to the web site from Eventbrite I want to be able to have some special fields with a title for the webpage and some other information to be shown only on the website. So the alternative title and other special information for the website would then be possible for the user to write directly into eventbrite together with the other information, but WordPress will only output some chosen fields of the information.

    My first and hardest issue is to make this happen to the following calender on this site’s frontpage. http://www.mtgruppen.se

    The current calendar on the frontpage only outputs the date and the title. I would like it to instead output the date and three additional fields that the user input when he/she creates the event in eventbrite. With additional fields I actually mean the function additional fields, so I can customize some fields for this mission.

    Please tell me if you want me to be more clear and precise!

    Thanks,
    /Tommy

    in reply to: Get info from additional fields with php-function #1001690
    MT
    Participant

    Thanks, it’s getting there ;).

    Now I get a list with a header (named OTHER) and the labels and inputs in the additional fields.
    I want to just echo the “answers” in the additional fields without the label and being able to call on them one and one so I can format them separate.

    Let’s say that there are four additional fields in the admin interface. They consist of a predefined label and a selector where the admin user can select one “answer” from a DropDown-menu. We than have:
    Label of field 1 – The selection or answer chosen to field 1.
    Label of field 2 – The selection or answer chosen to field 2.
    Label of field 3 – The selection or answer chosen to field 3.
    Label of field 4 – The selection or answer chosen to field 4.

    Now I want to be able to echo only the selected answers. And I want to be able to call on the answer to field 1 separate from calling on the answer to field 2 etc.

    What should I do to accomplish this?

Viewing 2 posts - 1 through 2 (of 2 total)