Support

Account

Home Forums ACF PRO same field on different forms? Reply To: same field on different forms?

  • Hey man,

    As far as I know, you can do this with the “fields” paramenter on acf_form(), something like this:

    acf_form(array(
    'fields' => array('key_01','key_02');
    ))