Repeater Issue

The site is working now. One other tweak I can suggest, is that to prevent the default Repeater fields from “flashing”, set the Repeater to Hidden on load .


Then add this line to the end of the onItemReady() function:

$w("#repeater1").show();