I am trying to populate all the fields of a form by using a ColdFusion template to retrieve data from the database. I then want to be able to update the data and resubmit the updated data to the same database.
I can retrieve data from text fields using the <cfinput type="text" name="field" value="#FieldName#"> tag, but I cannot retrieve data for a textarea. There is no equivalent value="#FieldName#" for the textarea tag.
Can anyone tell me how I can retrieve textarea data so I can update these fields on my form? Thanks in advance for any help.
alan2000
I can retrieve data from text fields using the <cfinput type="text" name="field" value="#FieldName#"> tag, but I cannot retrieve data for a textarea. There is no equivalent value="#FieldName#" for the textarea tag.
Can anyone tell me how I can retrieve textarea data so I can update these fields on my form? Thanks in advance for any help.
alan2000