Skip to main content
Inspiring
May 19, 2013
Answered

CFFORM

  • May 19, 2013
  • 2 replies
  • 693 views

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

    This topic has been closed for replies.
    Correct answer iccsi

    CFFORM has more properties than standard CFFORM,

    Regards,

    Iccsi,

    2 replies

    ConsoleGenRL
    Known Participant
    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.

    iccsiAuthor
    Inspiring
    May 23, 2013

    Thank for the information and helping,

    Regards,

    iccsi

    iccsiAuthorCorrect answer
    Inspiring
    May 20, 2013

    CFFORM has more properties than standard CFFORM,

    Regards,

    Iccsi,