I'm having a page with approx. 13 forms. The page consists of many hidden divs containing links to fancyboxes with the generated forms. The problem is that when the page is loading, all hidden content shows up for a short time before "falling into place".
Since I don't have a problem if I remove the forms from the fancyboxes, I figured the problem is caused by having so many forms generated upon loading the page.
I then tried to dynamically load the forms via Ajax. However, the procedure in Wordpress for doing this is to go via admin-ajax.php, in an "admin context". This causes the forms to appear as editable but disabled and it just looks awkward.
Is there any possible solution for dynamically loading the forms into fancyboxes when these are being shown?