Copy link to clipboard
Copied
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
CFFORM has more properties than standard CFFORM,
Regards,
Iccsi,
Copy link to clipboard
Copied
CFFORM has more properties than standard CFFORM,
Regards,
Iccsi,
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
Thank for the information and helping,
Regards,
iccsi