Hey,
We're looking to have some sort of conditional fields in our forms. For example: if item B is selected in dropdown, then hide the next 3 fields.
We managed to build some javascript that can achieve this. However we've realized that the custom form/field names and ids are generated randomly and will change from one user to another (to prevent from spammers). Which makes our scripts irrelevant...
I read some ideas about removing the bit in the code that rules the random generations, but I am not too keen to edit the core code.
So I am wondering if anyone has done this another way or has suggestions ?