Support

Account

Home Forums General Issues Get Group Subfield Value via Shortcode Reply To: Get Group Subfield Value via Shortcode

  • I realize this is an old post, but I know this is exactly what I’m looking for. Unfortunately, I cannot get it to display anything and I think it’s just my syntax that’s wrong.

    Group = “certificates”
    Repeater Field = “certificate_image”
    Subfield = “image_file_1″`

    I want to display the value of “image_file_1”.

    Would I change:

    [acf field="{$GROUP_FIELD_NAME}_{$SUB_FILED_NAME}"]

    to:

    [acf field="{certificates}_{image_file_1}"]

    I’ve been at this since 8:45 this morning and I know this is the last piece that I need. Any and all help is appreciated.