I am building binamic survey . SO when i inserti g the value of the radio buttons
all works, but when i am trying to get the id of the textarea it does not .
I do not know what to do next
<CFLOOP LIST="#Form.fieldnames#" Index="field">
<cfif #field# neq "btnSubmitSurvey">
<cfquery name="qryInsert1" datasource="cfelsunrise" dbtype="odbc">
insert into SurveyResultsDetail (answer,surveyID,idfk) values (<cfif
ListContains(evaluate("field"), "txt")>#ListLast(evaluate("field"),
"_")#<cfelse> #ListLast(Evaluate("Form.#field#"),
"_")#</cfif>,#url.survey#,#result#)
</cfquery>
</cfif>
</CFLOOP>