Question
cfinput and slash
I use <cfinput> all over the place for forms. When cfinput processes, coldfusion includes an <input... /> in the final page that the user receives. Is there a way to tell coldfusion not to include the closing input tag slash? This is invalid syntax for the DOCTYPE we are using and the W3C validation utility flags this as an error.
I'm using cf8 and cf9 and both do the same.
