Displaying a non editable field

chriso0258 22 Aug, 2012
I have form that will display 5 fields. One of the fields, (tag number) I don't want the user to edit. Is there a way to display this field only while the other fields can be edited?

Thanks.
GreyHead 22 Aug, 2012
Hi chriso0258,

You can use a Custom Element element and put {input_name} in it. That will just display the value, or you can use a normal input and set it to readonly. Unfortunately ChronoForms doesn't let you add the readonly attribute on a text box element but you can use a Custom Element element and add the input HTML to it.

Bob
This topic is locked and no more replies can be posted.