Support

Account

Home Forums Front-end Issues How do display data from a group of fields without front end to logged-in users? Reply To: How do display data from a group of fields without front end to logged-in users?

  • 
    <?php acf_form(array(
    'post_id' => 'user_'.$current_user->ID, // set the post id to show
    'field_groups' => array('key' => 'group_59078808ab504',),
    'updated_message' => __("Dados salvos com sucesso! Muito obrigado!", 'acf'),
    'submit_value'	=> 'Salvar dados'
    )); ?>