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> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304951
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to