Is it possible to create a protected form field in HTML? That is a field that shows an initial value but does not allow the user to overwrite the value?
Thanks, Pete
jatar_k
6:51 pm on Oct 3, 2005 (gmt 0)
I assume you want to submit this data with the form?
if so then the only thing I can think of is to display it normally and then use a hidden field to submit it.