Support

Account

Home Forums General Issues Form populated with previously submitted data… Reply To: Form populated with previously submitted data…

  • Hi @bigfootnetworks

    In that case, I believe you can use the ‘fields’ option like this:

    acf_form(array(
        'fields' => array('field_1234567890abc', 'field_abc1234567890'),
    ));

    Where ‘field_1234567890abc’ and ‘field_abc1234567890’ is the custom fields key.

    Hope this helps 🙂