Support

Account

Home Forums Front-end Issues Cloned Text Field Trying to Output as an Array Reply To: Cloned Text Field Trying to Output as an Array

  • content_clone_sec does not appear to be a sub field unless I’m missing something this:

    
    $contentGroup = get_sub_field('content_clone_sec');
    

    should be:

    
    $contentGroup = get_field('content_clone_sec');