• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Add Label attribute to form

Add Label attribute to form 7 years 9 months ago #37139

  • cath
  • cath's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
To make my forms compliant with ADA, the label attribute needs to be added. I'm not sure how to do this with Forms Pro. For Example:

<input id="name" type="text" name="textfield">

Needs to be:

<label for="name">Name:</label>
<input id="name" type="text" name="textfield">
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!