Expand my Community achievements bar.

How can I make a cell/text box not possible to fill in?

Avatar

Level 1

How can I make a cell/text box not possible to fill in? In this case it is an order form where the customers can fill in quantity under each size box. Some size we don't have and therefore I want to make it impossible to fill that box in?

1 Reply

Avatar

Former Community Member

you can protect the text fields using the script:

this.access = "protected";

Hope this works.

Thanks,

VJ