// Add this to your theme's JavaScript or Formidable Forms custom code
jQuery(document).ready(function($) {
// Limit concurrent file uploads
if (typeof frm_vars !== 'undefined') {
frm_vars.max_concurrent_uploads = 3; // Process only 3 at a time
}
});Skip to main content