Support

Account

Home Forums Front-end Issues Front End and custom user meta Reply To: Front End and custom user meta

  • Hi Elliot,

    I have the same situation as dominic. However, i am not sure how to display the field group in the frontend.

    
    
    acf_form(array(
    	'field_groups' => array(123) // the ID of the field group
    	'form' => false
    ));
    

    Can you provide some example or step for me?

    Cheers,
    Karl