• 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: missing associated labels

missing associated labels 12 years 6 months ago #19167

Hi,
I'm trying to follow the webguidelines as much as possible,
and noticed all the form-layouts are missing the associated labels.

For example:
First name: 
<input type="text" name="firstname" tabindex="1" />

should be:
<label for="firstname">First name:</label> 
<input type="text" name="firstname" id="firstname" tabindex="1" />

Is there a setting i overlooked?
Thanks.
The administrator has disabled public write access.

Re: missing associated labels 12 years 6 months ago #19171

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Textboxes actually don't need labels as all fields have captions. Labels are indeed assigned for radio, checkbox and select elements.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re: missing associated labels 12 years 6 months ago #19172

The Web Content Accessibility Guidelines (WCAG) 2.0 seem to disagree, if you look here achecker
Last Edit: 12 years 6 months ago by orangehill.
The administrator has disabled public write access.

Re: missing associated labels 12 years 6 months ago #19174

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

As the title states these are general guidelines and not imposed standards. We will try add / improve this in future revisions. In the mean time you can either edit the auto-generate layout (Properties > Form Layout area) according to your needs, or use HTML (that include a label tag) within the caption area for textfields.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re: missing associated labels 12 years 3 months ago #20685

  • mhamwi
  • mhamwi's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I AM TRYING TO DO THE SAME, BUT THE EMAIL NOT SHOWING THE ENTERED VALUE IN THE FIELDS. I GET SOMETHING LIKE THIS:
Customize this e-mail also. You will receive it as administrator.
{FullName:caption}:{FullName:value}
E-mail:Mario.Hamwi@mycomapny.com
{CompanySize:caption}:{CompanySize:value}
{Position:caption}:{Position:value}
{ContactBy:caption}:{ContactBy:value}
{ContactWhen:caption}:{ContactWhen:value}

How can I get the fields value show up in the email, is my question?
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!