This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web Designer: FormLabel vs Label

Hi,

What does the FormLabel component in Web Designer do more than a regular Label does?

I can see it needs a Collection to be specified...but as it's just label I don't quite see the point.

thanks,

Rob.

 

Parents
  • Yes: If you have input fields (such as textboxes, checkboxes etc.), it is recommended that you add an associated label element so that the user understands what the input field is used for.

    The difference is in the semantics of the HTML structure; that is why there is no visible difference.

    See also www.w3.org/.../forms.html for more information about HTML <label> elements.
Reply
  • Yes: If you have input fields (such as textboxes, checkboxes etc.), it is recommended that you add an associated label element so that the user understands what the input field is used for.

    The difference is in the semantics of the HTML structure; that is why there is no visible difference.

    See also www.w3.org/.../forms.html for more information about HTML <label> elements.
Children
No Data