If the use is Administrator, everything works just fine, but, if not, then when the form loads, it displays the value correctly, but always saves all values as No/0, even if it was displaying Yes/1.
My workaround has been to add javascript before submit to enable all controls.
I'm using the switchinput as follows
If the use is Administrator, everything works just fine, but, if not, then when the form loads, it displays the value correctly, but always saves all values as No/0, even if it was displaying Yes/1.
My workaround has been to add javascript before submit to enable all controls.