Question
<cfinput> complete yet?
According to the adobe docs, the following should work:
<input name="txtAreaCode" type="text" validate="integer" required="Yes" message="DUH!" maxlength="3" style="width:30px" />
However, there is NO validation done at all. You can type in letters, symbols, etc. And ... the options "required", "validate" "onvalidate" "message", etc are not available on the newest dreamweaver with the cf8 addon ...
<input name="txtAreaCode" type="text" validate="integer" required="Yes" message="DUH!" maxlength="3" style="width:30px" />
However, there is NO validation done at all. You can type in letters, symbols, etc. And ... the options "required", "validate" "onvalidate" "message", etc are not available on the newest dreamweaver with the cf8 addon ...
