Connecting Tech Pros Worldwide Forums | Help | Site Map

Coldfusion Form

Newbie
 
Join Date: Aug 2008
Posts: 1
#1: Aug 14 '08
I have created a coldfusion for www.lfcsb.co.uk/Form.cfm using this tutorial http://www.fordwebs.com/cfform.cfm. However, as you will see if you navigate to my page, there are no input boxes. Could someone help me please,
Stephen

if you need to see some code, for the surname section, this is the code:

[HTML]<tr>
<td align="right"><span class="style1">Surname:</span></td>
<td>
<!--- Surname textfield - REQUIRED --->
<cfinput
type="text"
name="Surname"
size="80"
required="yes"
message="Please enter your Surname!">
</td>
</tr>[/HTML]

acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Aug 14 '08

re: Coldfusion Form


For a start, you need to have Coldfusion enabled on the server. At the moment, it's treating it like a text file and just showing the source code.
Reply