I want to integrate a js into survey_simple that hides a form element
whenever a user doesn't have to fill it out. Whenever the user wants
to fill it out anyways, he just clicks on a button and the form
element opens up.
whenever a user doesn't have to fill it out. Whenever the user wants
to fill it out anyways, he just clicks on a button and the form
element opens up.
I found an very good example, but it only works on IE:
http://www.anders.com/projects/javascript/form-dynamic_hide/
This example also works on Mozilla, but the form gets exchanged with
whitespace and not with nothing:
http://www.js-examples.com/example/?ex=97&mode=2
Does anyone already hava such an implementation or knows how to merge
the two little example scripts?
Request notifications