Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

Retain values of a multi select dropdown after submit

$
0
0

HI,

 

I have a requirement where use can mutli select in a dropdown and click on search , Once the search is clicked it query the db and provides the result.

 

My question is how to retain the values of teh mutli select dropdown, Below is the select where i have to code

 

<SELECT NAME="category" size = "5" multiple="multiple" id="category" onchange="validate()">

<CFLOOP QUERY="categorylist">

                                        <OPTION VALUE="#category#"<CFIF category IS thecategory> SELECTED STYLE="background-color:#app.field_highlight#"</CFIF>>#category_name# </CFLOOP>

</SELECT>

 

Can someone help

 

Thanks in Advance


Viewing all articles
Browse latest Browse all 5794

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>