Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfform

Explorer ,
Mar 31, 2012 Mar 31, 2012

This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7fb7.html

896
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 31, 2012 Mar 31, 2012

in the PDF example above, CFINPUT has an invalid type - "textbox" - should be "text"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 29, 2012 Aug 29, 2012

Thanks for pointing this out...

Yes! as per the cfinput tag, type=text and not textbox

Reference: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f51.html

We will get this fixed!!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 28, 2012 Oct 28, 2012
LATEST

When we use cffom, it creates javascript variables based on HTML input elements, which caused an issue and later id figured it out. Can we disable it? To test it out use this (http://pastebin.com/xgUf5p9k) code, open javascript console and type propertyID.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources