Hello,
In my form, I have got a single line textbox control (connected to a column of my list) which is updated by a javascript function.
This control is disabled in the form.
The value is correct when I display the form, but it is not saved into the column.
I also tried to enable the control and force the "control mode" to "display mode", but the value is still not saved into the column.
Have you any idea why it does not work?
Thank you