I created a login form (see below).
If I use the regular HTML form and form fields for the username, password and submit button I don't get any problem viewing my form
But if I use cfform and cfinput form fields I get this error.
Here is my cfform codes:
cfform name="login" action="/login/checkLogin.cfm" method="post">
cfinput type="text" name="username" size="25" required="Yes" message="Please enter your username">
cfinput type="password" name="password" size="25" required="Yes" message="Please enter you password">
cfinput type="submit" value="Sign In">
/cfform>
When I launch this page I get this error and I don't understand what this means and what am I supposed to do, please help!
Total Time Avg Time Count Template
1 ms 1 ms 1 /opt/coldfusion10/cfusion/wwwroot/CFIDE/administrator/templates/secure_profile_error.cfm
0 ms 0 ms 1 top level /home/space/users/www/webdocsec/login/login.cfm
19 ms STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
20 ms TOTAL EXECUTION TIME
red = over 250 ms average execution time
Exceptions
10:08:08.008 - Template Exception - in : line -1
Attribute validation error for tag CFINPUT.