Bug: FormBuilder - incorrect 'id=' for <select>

A place to discuss the testing process in beta cycles or against SVN for the CMS Made Simple CORE package.
Locked
User avatar
Augustas
Forum Members
Forum Members
Posts: 241
Joined: Wed Oct 17, 2007 6:09 pm
Location: the world

Bug: FormBuilder - incorrect 'id=' for <select>

Post by Augustas »

FormBuilder 0.5.3

I noticed that FormBuilder generates incorrect IDs for drop-down boxes.

This is what FormBuilder prints

Code: Select all

<label class="lblinp" for="m5fbrp__47">Where did you find us</label><select name="m5fbrp__47" id="m5_47" >
it should be

Code: Select all

id="m5fbrp__47"
rather than

Code: Select all

id="m5_47"
This small bug generates the following error on HTML validator (Firefox add-on):

reference to non-existent ID "m5fbrp__45"
http://FollowTheRoad.com/ - living on the road...
http://www.kligys.com/ - asmeninis blog'as...
Locked

Return to “[locked] Quality Assurance”