JS form toggle visibility is hell slow

Notice: This thread is very old.
richard
Member | 60
+
0
-

Hello,

I have configurable forms where users create their forms by clicking. They create really large and complex forms. My problem is that when there is a lot (hundreds) of conditions with toggle, it can take like 10 seconds to finish js script.

It is much better in FF but IE is a corporate browser. Sad but true.

The symptom is following: the page loads up quite quickly with fields hidden. When clicking on items which toggle only few visibilities it is OK. But when it triggers visibility on many, you'd better go for a coffee.

Has anyone tried to solve this and with what results, please.