Open
Description
Idea from Pavel Finkelshtein (@asm0dey): instead of using JS code and chevrons for hiding parts of the form, it's better to use a pure CSS approach with <details>
/<summary>
tags: http://jsfiddle.net/thurstanh/emtAm/2/ It won't work in IE but it's OK because in this case all the parts will be visible.