I have a search page and it includes several cfform tags:
I mean
<cfform action="..." method="post">
<cfform action=".." method="post">
I would like to use just one cfselect tags to chose on condition. Becaus all cfform are using same names in cfselect section.
Can you tell me how am I gonna use the "input" tag to borwse the data. I mean for different cfform tags.
Thanks.
I mean
<cfform action="..." method="post">
<cfform action=".." method="post">
I would like to use just one cfselect tags to chose on condition. Becaus all cfform are using same names in cfselect section.
Can you tell me how am I gonna use the "input" tag to borwse the data. I mean for different cfform tags.
Thanks.