Home › Forums › Add-ons › Repeater Field › Repeater data does not appear › Reply To: Repeater data does not appear
Hi @james!
Thanks to return! 🙂
Well, let’s go to the explanation:
We have the “specific Follow up” that works perfectly.
I want the “Follow specific ups” of each “Phase” appears in the “Follow up General”. On here:
The code for the “general Follow up” appears is in my question above, but not given any returns.
Below forward you the JSON export area of my group camps, which already includes the “Phases” and “Follow ups”:
$phase_fields = array (
'id' => 'acf_phases',
'title' => __('Phases','psp_projects'),
'fields' => array (
array (
'key' => 'field_5436e7cae06b2',
'label' => __('Break projects into multiple phases with specific tasks.','psp_projects'),
'name' => '',
'type' => 'message'
),
array (
'key' => 'field_527d5dc12fa29',
'label' => __('Phases','psp_projects'),
'name' => 'phases',
'type' => 'repeater',
'sub_fields' => array (
array (
'key' => 'field_527d5dd02fa2a',
'label' => __('Title','psp_projects'),
'name' => 'title',
'type' => 'text',
'column_width' => '',
'default_value' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
array (
'key' => 'field_527d5dea2fa2c',
'label' => __('Description','psp_projects'),
'name' => 'description',
'type' => 'wysiwyg',
'column_width' => '90',
'default_value' => '',
'toolbar' => 'full',
'media_upload' => 'no',
),
//START FOLLOW UP
array (
'key' => 'field_57c8e3d4d2c8d',
'label' => __('Follow up','psp_projects'),
'name' => 'follow_up',
'type' => 'repeater',
'instructions' => 'Insira aqui as informações e detalhamento em relação a este projeto.',
'column_width' => '',
'sub_fields' => array (
array (
'key' => 'field_57c8e41bd2c8e',
'label' => __('Data de atualização','psp_projects'),
'name' => 'data_de_atualização',
'type' => 'date_picker',
'date_format' => 'yymmdd',
'display_format' => $date_format,
'first_day' => 0,
),
array (
'key' => 'field_57c8e4d9d2c8f',
'label' => __('Nº do processo','psp_projects'),
'name' => 'n_do_processo',
'type' => 'text',
'column_width' => '',
'default_value' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
array (
'key' => 'field_57c8e4f9d2c90',
'label' => __('Unidade','psp_projects'),
'name' => 'unidade',
'type' => 'text',
'column_width' => '',
'default_value' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
array (
'key' => 'field_57c8e50ad2c91',
'label' => __('Desde','psp_projects'),
'name' => 'desde',
'type' => 'date_picker',
'date_format' => 'yymmdd',
'display_format' => $date_format,
'first_day' => 0,
),
array (
'key' => 'field_57c8e523d2c92',
'label' => __('Situação','psp_projects'),
'name' => 'situacao',
'type' => 'text',
'instructions' => 'Ex.: "INFORMANDO BOLETIM DE DADOS TÉCNICOS"',
'column_width' => '',
'default_value' => '',
'placeholder' => '',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
array (
'key' => 'field_57c8e54ed2c93',
'label' => __('Detalhamento Kallas','psp_projects'),
'name' => 'detalhamento_kallas',
'type' => 'textarea',
'instructions' => 'Ex.: "Estão sendo informados zoneamento, largura e classificação viárias, gabarito e outros dados para prosseguir posteriormente para análise técnica"',
'column_width' => '',
'default_value' => '',
'new_lines' => 'wpautop',
'placeholder' => '',
'prepend' => '',
'append' => '',
'formatting' => 'html',
'maxlength' => '',
),
'row_min' => '',
'row_limit' => '',
'layout' => 'row',
'button_label' => __('Adicionar Follow up','psp_projects'),
),
//END FOLLOW UP
),
'row_min' => '',
'row_limit' => '',
'layout' => 'row',
'button_label' => __('Add Phase','psp_projects'),
),
),
'location' => array (
array (
array (
'param' => 'post_type',
'operator' => '==',
'value' => 'psp_projects',
'order_no' => 0,
'group_no' => 0,
),
),
),
'options' => array (
'position' => 'normal',
'layout' => 'default',
'hide_on_screen' => array (
),
),
'menu_order' => 3,
);
How can we do so that the “Follow up General” to work successfully? Call it as in my question has not worked.
Already, thank you very much for your help. 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
2022 was a big year for Advanced Custom Fields, with more capabilities, a new generation of ACF Blocks, a refreshed UI, and a new home. Our year in review post looks at advancements we’ve made and offers a glimpse of the future.
— Advanced Custom Fields (@wp_acf) January 6, 2023
https://t.co/HahJUCcyH4
© 2023 Advanced Custom Fields.
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Cookie Policy. If you continue to use this site, you consent to our use of cookies.