Support

Account

Home › Forums › Add-ons › Repeater Field › add_row() and delete_row() don't seem to work (sometimes) › Reply To: add_row() and delete_row() don't seem to work (sometimes)

  • My guess is that your script is timing out. Removing and adding 1000+ rows to a repeater meas the you’re likely doing 3000+ queries on the database to update all of the rows.