Hi Sara,1) The first problem is because you did not set the Page content
direction to "Flowed". Once the Page's Content property is set is
flowed, your problem should be resolved.2) You can always make a section
visible or hidden by scripting. Use code : subform.presence = "visible";
or subform.presence = "hidden";Thanks,VJ