Hi,

I have a form with labels, like

<form>
<label for="organisation" accesskey="o">Name of your
organisation</label>
<input type="text" name="organisation" id="organisation" size="40" />
</form>

With ColdfusionMX6.x, is it possible to use the label after submitting
the form? I like to use the label in an e-mail that is send after
submitting the form
Using the form.fieldnames I get
organisation: #form.organisation#

but what i would like is

Name of your organisation: #form.organisation#

Hope anyone can help!