How to make an Input Field Read Only. I don't want users to be able to enter anything in the input field because I want to auto calculate and display it in this field.
How to make an Input Field Read Only. I don't want users to be able to enter anything in the input field because I want to auto calculate and display it in this field.
Hello Mike,
You may use label instead of input, may use input and set through More Properties status readonly=true