Skip to main content
This topic has been closed for replies.

2 replies

Participant
October 29, 2012

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.

Participant
March 31, 2012

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

Inspiring
August 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!!