Replies: 0
I’m working on a form that has many fields and accesses a CVS data file. I’m attempting to reduce page load time. I’ve considered using multiple forms to reduce the number of fields and operations on page load. Is there a way to lazy load a second form on the same page (i.e. limit running the code and accessing the database in the second form either by scrolling or by a timed delay?