tracker issue : CF-3117248

select a category, or use search below
(searches all categories and all time range)
Title:

HTML 5 Required conflicts with CFFORM

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/NotABug

Reporter/Name(from Bugbase): James Mohler / James Mohler (James Mohler)

Created: 02/17/2012

Components: CFForm

Versions: 10.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: Public Beta /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

HTML 5 has a required attribute (See http://www.w3schools.com/html5/att_input_required.asp)

So does CFFORM

There needs to be some sort of work around so that these two don't conflict.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3117248

External Customer Info:
External Company:  
External Customer Name: James A Mohler
External Customer Email:  
External Test Config: N/A

Attachments:

Comments:

CFInput does allow HTML5 required if you don't specify the value. So for <cfinput name="xyz" type="text" required>, the HTML 5 browser will take care of this validation. You cant have both ColdFusion and the browser do the same validation. Closing it as not a bug.
Comment by Rupesh K.
20786 | February 22, 2012 07:39:29 AM GMT