Question
Show fields IF <cfif>
Good morning all,
I want to show certain cfinput fields if specifc data is returned. For instance, I query a table and if a model number contains a 2 then, show <cfformgroup name="two"> else show <cfformgroup name="One"> elseif model contain 4 then, <cfformgroup name="Four">. I want to use this method to reduce user error by having them select from a drop down.
Thanks in advance,
djkhalif
