Support

Account

Home Forums Front-end Issues Editing Form from front end shows blank Reply To: Editing Form from front end shows blank

  • You may want to check that you’ve added acf_form_head(); function to your template file before the get_header(); function.

    I don’t know if this makes a difference, but I usually have an array of strings for my field groups:

    	'field_groups' => array('group_5b97a105e7aa7','group_5b9944bf65405','group_5ba3c0692f67a','group_5b99428f53157','group_5b994530e2cc1');