First off, a disclaimer - I'm new to Cold Fusion and not well versed in all
that it is capable of. I am trying to use a <cfformitem> tag to put an html
link to a new page within my form, that passes a form variable. I'd use the
submit button, but the form itself is tied to an entirely different set of
functions. Any ideas?

Here's my code:


<cfformitem type="html"><a href="testURL.cfm?#form.id#" target="new"> test
page</a></cfformitem>