Setting more than one "fieldtype" on a field
Setting more than one "fieldtype" on a field
okahmad
Posts: 3Questions: 2Answers: 1
Is there a simple way to set multiple fieldtypes on a single field? For example, I want to set a field to both "textarea" (to force a scrollbar) and to "readonly". If not, is there another way to accomplish the same result?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use the
textarea
field type and alsofield().disable()
to disallow user input.Allan