Day 11

Quiz

1: What happens when a user with a non-Java browser tries to view a ColdFusion-enhanced form page?
A1: They get either ColdFusion's standard "not supported" message, or error text you specify in the <CFFORM> tag .
2: Name the main feature supported by <CFINPUT> that is not supported by the standard HTML <INPUT> form tag .
A2: <CFINPUT> supports text validation that can determine whether the user has input a valid phone number, ZIP code, and so on.
3: What's the difference between <CFINPUT> and <CFTEXTINPUT>?
A3: <CFINPUT> also enables radio buttons and check boxes, whereas <CFTEXTINPUT> is designed specifically for text input. In addition, the latter creates boxes in JavaScript rather than HTML so you can customize box and font color. ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.