I'm in need of a javascript that can hide several Form items (both checkboxes and option lists) so that only a small portion of the original form is visible but so that all the differen form items states (checkbox being pre-checked and option list being pre-selected) are still passed through when submitting.
I'm thinking it might be able to be done with a "Style value" to not interfear with the different names and values of the items in question?