Page 1 of 1

Readonly undefinied integer field

Posted: 15 Dec 2014
by lfernandez
Hello, I need to set read-only field of type integer and it is not done correctly. When making the watch given as undefined result.

It is an external list.

I await answer, thanks!

Re: Readonly undefinied integer field

Posted: 16 Dec 2014
by Dmitry Kozlov
Hello,

You should put the field in edit mode onto your form, then disable it via JavaScript when the form is loaded and enable right before the submission. Browsers do not send values of disabled controls to the server. Please, get more info:
viewtopic.php?f=1&t=397