Support

Account

Home Forums Front-end Issues Frontend: Cloned fields not displaying Reply To: Frontend: Cloned fields not displaying

  • In order to use “have_rows()” on a cloned field the field must be set to display as a group ranter than inline.

    display inline: use get_field() on each field in the cloned group
    display group: use have_rows() and get_sub_field() for each field in the cloned group