Copy link to clipboard
Copied
My Search results form has a variable called form.fixbug - the data is passed from a cfselect that lets users select yes or now. Only 1 or 0 is passed to the results page.
<cfoutput>
<p>Searched the Feedback List for:</p>
Addressed: #form.fixBug#
</cfoutput>
It displays as : Addressed (1)
Addressed: #yesNoFormat(form.fixBug)#
Copy link to clipboard
Copied
Addressed: #yesNoFormat(form.fixBug)#