Support

Account

Forum Replies Created

  • Found out the solution, after some digging, I’ve realized that I didn’t try using the add_sub_row function. Which solved my problem using the following code:

    add_sub_row(array(self::content_field, $this->row, self::aside_content_field), [
        'acf_fc_layout' => 'aside_image',
        'aside_img_credit' => 'test',
        'aside_img_image' => 196
    ], $this->post_id);

    Thanks for the help and sorry for the double posts!

  • Hey @hube2, do you have any news about this subject?
    I’m back at it today and you didn’t answer the last comment, I’ll try to figure this out. Hope I’m not bothering you.

    Thanks!

  • Sure, here’s how the setup looks like

    setup

    The “content” is a flexible content field
    The “aside-content” is a cloned field from an ACF group just made for clones.

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