Skip to content
Advertisement

Tag: forms

Problem with the value portion of a drop down menu in ColdFusion

Here is what I have inside of my select statement: Everything works fine, but the value it passes to my URL filter is #CountryName#, not the actual country name (i.e. Canada). How can I assign it the value of the country name and not the variable name? Answer The #CountryName# variable is not being evaluated because it is outside your

Advertisement