Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
JoostWJ #1
Use HTML Labels in procession forms
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!
JoostWJ Guest
-
labels in cf flash forms
:confused;I want to set the labels for all fields to be on the top of the field, like as possible with input type=image, but I want to do it for all... -
HTML Forms
I'm currently designing a html form for the company I work for. I have the required fields set up as needed. But the company also requires a File... -
Forms +HTML
Hullo, I am using DW MX 2004 and am experiemtning with using the content of forms to display beside some text - for example a dropdown combo number... -
cfdocument with html forms
hi all - i i have a page which has some a form on which i wanted output as a pdf document so that its printable or savable for records, however... -
HTML forms and PHP
Hi, As part of a group project I have been assigned to research how PHP can be used with HTML web forms. What I need to know is, is it possible...



Reply With Quote

