• 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: captcha breaks xhtml validation

captcha breaks xhtml validation 17 years 4 months ago #1406

  • jimg
  • jimg's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
noticed that the captcha img is missing an alt=\"\" entry, which breaks XHTML 1.0 Transitional validation.
From:
<img src=\"http://.../components/com_forme/captcha.php\"/><br/><input type=\"text\" name=\"form[captcha]\" value=\"\" id=\"captcha\"  style=\"width:74px;text-align:center;\" />
TO:
<img alt=\"captcha image\" src=\"http://.../components/com_forme/captcha.php\"/><br/><input type=\"text\" name=\"form[captcha]\" value=\"\" id=\"captcha\"  style=\"width:74px;text-align:center;\" />

One also cannot add in additional style attributes via the web interface - this will cause two style entries & break validation since the existing style entry doesn't get appended.
The administrator has disabled public write access.

Re:captcha breaks xhtml validation 17 years 4 months ago #1421

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Thanks Jim, I'll fix it in 1.5
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!