How can I make the jquery UI accordion start collapsed when the form loads. Is there any javascript code for this?
In your options specify:
{ ... active: false, collapsible: true, ... }
See documentation for active.