Skip to main content
Inspiring
July 8, 2009
Answered

boolean variable display as 1 or 0

  • July 8, 2009
  • 1 reply
  • 696 views

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)

This topic has been closed for replies.
Correct answer ilssac
Addressed: #yesNoFormat(form.fixBug)#

1 reply

ilssac
ilssacCorrect answer
Inspiring
July 8, 2009
Addressed: #yesNoFormat(form.fixBug)#