Guys,
I have a form with two fields - a list box and a text box. When you select a part ID from the list box, the part description is automatically entered in the text box ( using a basic JS program). Is there any way that I can protect the text box so that it's contents cannot be changed by the user?? i.e. that after the description appears in the box, he/she can't just overwrite it with something else completely.
I have a form with two fields - a list box and a text box. When you select a part ID from the list box, the part description is automatically entered in the text box ( using a basic JS program). Is there any way that I can protect the text box so that it's contents cannot be changed by the user?? i.e. that after the description appears in the box, he/she can't just overwrite it with something else completely.