<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: More w3c validation errors</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: More w3c validation errors</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 15:30:13 +0000</pubDate>

<item>
<title>yuniar on "More w3c validation errors"</title>
<link>https://www.machform.com/forums/topic/more-w3c-validation-errors#post-2867</link>
<pubDate>Fri, 05 Sep 2008 16:50:11 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2867@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ahh.. I think you made me found some typo within MachForm for the captcha label.&#60;/p&#62;
&#60;p&#62;Ok, one small fix, edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file, on line 1514 you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;label class=&#38;quot;description&#38;quot; for=&#38;quot;element_captcha&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to become:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;label class=&#38;quot;description&#38;quot; for=&#38;quot;captcha_response_field&#38;quot;&#38;gt;{$element-&#38;gt;title} {$span_required}&#38;lt;/label&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should fix it.
&#60;/p&#62;</description>
</item>
<item>
<title>reprocessor on "More w3c validation errors"</title>
<link>https://www.machform.com/forums/topic/more-w3c-validation-errors#post-2866</link>
<pubDate>Fri, 05 Sep 2008 16:40:34 +0000</pubDate>
<dc:creator>reprocessor</dc:creator>
<guid isPermaLink="false">2866@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;I tried this - it seems to clear it up but i get the following warning, any ideas?&#60;/p&#62;
&#60;p&#62;Validation Output: 1 Warning&#60;/p&#62;
&#60;p&#62;Below is a list of the warning message(s) produced when checking your document.&#60;/p&#62;
&#60;p&#62;   1. Warning Line 332, Column 34: reference to non-existent ID &#34;element_captcha&#34;.&#60;/p&#62;
&#60;p&#62;      		&#38;lt;label class=&#34;description&#34; for=&#34;element_captcha&#34;&#38;gt;Type the letters you see in t&#60;/p&#62;
&#60;p&#62;      ✉&#60;/p&#62;
&#60;p&#62;      This error can be triggered by:&#60;br /&#62;
          * A non-existent input, select or textarea element&#60;br /&#62;
          * A missing id attribute&#60;br /&#62;
          * A typographical error in the id attribute&#60;/p&#62;
&#60;p&#62;      Try to check the spelling and case of the id you are referring to.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "More w3c validation errors"</title>
<link>https://www.machform.com/forums/topic/more-w3c-validation-errors#post-2865</link>
<pubDate>Fri, 05 Sep 2008 16:36:12 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2865@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. this time the reCaptcha seems to be the problem, since it uses its own iframe.&#60;br /&#62;
Try to use the internal CAPTCHA instead.&#60;/p&#62;
&#60;p&#62;Edit your config.php file and search for this line:&#60;br /&#62;
&#60;strong&#62;define('USE_INTERNAL_CAPTCHA',false);&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;change it to:&#60;br /&#62;
&#60;strong&#62;define('USE_INTERNAL_CAPTCHA',true);&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>reprocessor on "More w3c validation errors"</title>
<link>https://www.machform.com/forums/topic/more-w3c-validation-errors#post-2863</link>
<pubDate>Fri, 05 Sep 2008 15:35:38 +0000</pubDate>
<dc:creator>reprocessor</dc:creator>
<guid isPermaLink="false">2863@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Yuniar,&#60;/p&#62;
&#60;p&#62;Thanks for solving the last issue - I have one more though and I don't understand it. Please follow this link - &#60;a href=&#34;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.getaquoteaberdeen.co.uk%2Fblinds.php&#38;#38;charset=&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/check?uri=http%3A%2F%2Fwww.getaquoteaberdeen.co.uk%2Fblinds.php&#38;#38;charset=&#60;/a&#62;(detect+automatically)&#38;#38;doctype=Inline&#38;#38;group=0&#38;#38;user-agent=W3C_Validator%2F1.591 I'm getting 13 errors all to do with the embedded php code (I used your wee css hack on this form as well by the way).&#60;/p&#62;
&#60;p&#62;The page in question is &#60;a href=&#34;http://www.getaquoteaberdeen.co.uk/blinds.php&#34; rel=&#34;nofollow&#34;&#62;www.getaquoteaberdeen.co.uk/blinds.php&#60;/a&#62; and i'm stumped - is there any way to hide this markup like the css hack you gave me so that the page will validate correctly?&#60;/p&#62;
&#60;p&#62;This should hopefully be the last hack I need to get towards site completion ;)&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;Phil
&#60;/p&#62;</description>
</item>

</channel>
</rss>
