Skip to main content
May 9, 2008
Question

Flash Forms - Displaying text

  • May 9, 2008
  • 1 reply
  • 503 views
I am using a Flash form to update several tables. In my form, I want to be able to display some of the information as display/read-only, but do not want to have the data display in a text box, as it makes the user think its editable. Is there a way to get rid of the text box/borders, or a way to display the data and a label to align with the cfform elements?
This topic has been closed for replies.

1 reply

Inspiring
May 16, 2008
Use this tag <cfformitem type="text" >#FieldName#</cfformitem>, it will display data as read only.