This is an example of the list of forms on my page: http://jsfiddle.net/GSC3x/
While it functions well, having a lot of list items on the page can make it less user-friendly. I am looking to change the way forms are displayed after clicking on one of the list items.
I want it so that when an item is clicked, the form appears in the center of the page and the other list items become invisible while the form is active. Clicking on the previously selected item again should return it to the normal list view. How can this be achieved?
@@UPDATE - I have added a hyper-professional image to illustrate how it should work! : ]