Currently, the html form has explicit style definitions. These should be removed. The javascript hide/show routines should add/remove css classes instead of manipulating the style display.
Need to restructure entire form to decouple form, style, and logic (currently a little tangled. operational, but could certainly be improved for future additions/changes)
Currently, the html form has explicit style definitions. These should be removed. The javascript hide/show routines should add/remove css classes instead of manipulating the style display.