i am facing 1 error with transitional xhtml validation. everything goes fine, only it defines the <li> attribute twice like:
<li id="cforms-ii-2tell-a-fri" class="widget widgetcform1">
--cform goes here...coded stuff--
</li>
after this complete cform, it says again:
<li id="cforms-ii-2tell-a-fri" class="widget widgetcform1"><!--2--></li>
. this leads to a double use of an 'id' tag, ie, 'cforms-ii-2tell-a-fri'. which is invalid markup as a class tage shud be used instead of 'id', if the id is to be used more than once.
the other invalid markup its showing in my case is the absence of the closing 'li' tag for the first <li>. I had to go though all the functions and add a closing </li> to the link love line in the php cforms.php. which wasnt the best way to handle it, but well...
by the way, i am using the tell a friend form in the dynamic sidebar and a theme based on the kubric theme. cform v 7.51.
i wish this problem would be fixed as thats the only thing keeping my website from having valid xhtml for the first time! :)
not that i need to mention, but great plugin! takes all the work out of making forms!