Lazy loading multiple forms on page
-
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?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lazy loading multiple forms on page’ is closed to new replies.