Mikael Jansson schrieb:
> what can I do about it if I still want to re-use my
> forms?

You can set text fields to 'readonly' instead, but then, there is no visual
feedback to the user that they are not editable (for browsers that handle CSS
attribute slectors that can be easily changed).

But neither setting fields to 'disabled' or 'readonly' prevents malicious users
from sending other data for those fields back to your server, so server side
validation must be used anyway, as always.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to