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

CFFORM

Engaged ,
May 19, 2013 May 19, 2013

I see on the controls tools bar has FORM and CFFORM.

I would like to know what are the difference between FORM and CFFORM when I drap drop the control on the form.

How I can access the controls value on the FORM and CFFORM?

Your help and information is great appreciated,

Regards,

Iccsi

637
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

correct answers 1 Correct answer

Engaged , May 20, 2013 May 20, 2013

CFFORM has more properties than standard CFFORM,

Regards,

Iccsi,

Translate
Engaged ,
May 20, 2013 May 20, 2013

CFFORM has more properties than standard CFFORM,

Regards,

Iccsi,

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
Explorer ,
May 22, 2013 May 22, 2013

Unlike standard FORM tags CFFORM supports the use of additional ColdFusion form controls, eg:

<cfinput>

These allow ColdFusion to generate client side code for things like mandatory text entry, validation, masking and more.

HTML5 is beginning to support similar functionality with standard form markup.

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
Engaged ,
May 22, 2013 May 22, 2013
LATEST

Thank for the information and helping,

Regards,

iccsi

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