BugFix: mark forms 'hidden' initially to sync hiding with outer div
Because the forms sometimes started out without .hidden, they would
toggle closed while the div around them toggled open. This fix puts
them on the same first state so they open and close together.