Support

Account

Home Forums Front-end Issues display more than 1 group fields in a page Reply To: display more than 1 group fields in a page

  • Hi @marc-bovetgmail-com

    That is because you used the wrong option. It should be “field_groups”, not “fields_group” (please notice the “s”).

    Also, you need to pass the field group IDs in an array like this:

    'field_groups' => array(899),

    I hope this helps 🙂