Support

Account

Home Forums Add-ons Repeater Field have_rows return value Reply To: have_rows return value

  • if (!have_rows('event_dates'))
    should do the same thing.

    The function returns a truthy or falsey value.

    I your case it is likely returning an empty string because the repeater was never set to any value, but that is just a guess.