• Resolved sgrunfo1

    (@sgrunfo1)


    Hello,

    I use #_ATT{person_event} to add, view and modify “person_event” acf in em-event,
    my “person_event” acf is a Post Object (relationship) that link an event to a person(cpt)
    but when i create a new event or modify it, there aren’t post objects but only ID of the post(person)
    and the field is only a text field so it is not dynamic

    there is a way to have a dropdown field with all Post Object(cpt)
    or
    there is a way to include the acf relationship field in the modify form of the event?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you can try something like #_ATT{acf-field-name}

    eg. #_ATT{acf-test}, #_ATT{acf-firstname}

    Thread Starter sgrunfo1

    (@sgrunfo1)

    thanks for responding so quickly,
    yes, this is what i do(#_ATT{acf-field-name}: in my case:#_ATT{client_event})
    but i can’t view the object post like acf but only the id of that post, so if i would like to link an event to a post object (in new event page or modify page(back-end/front-end))
    i must insert the id of the post Instead of choosing the object post by a list of items(like acf dropdown choice)

    So is there any way to work #_ATT{acf_field_post_object_name} as ACF Post Object Field?

    Can you clarify what data you’re getting / not getting from Events Manager?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘#_ATT{key} with acf object relationship’ is closed to new replies.