<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span style="font-size: 12px;">Here's my form code, and under it the warning throw out by the validator..I don't get why the one that validates DOES validate…any clues? thank you!</span><div><br></div><div><div><span style="font-size: 12px;"><br></span></div><div><div><span style="font-size: 12px;"><span class="Apple-tab-span" style="white-space:pre">    </span>Name:<br /><input type="text" name="Name" required="true" title="Your name is required" placeholder="Please type your full name" /><br /></span></div></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;">Validator Error:</span></div><div><span style="font-size: 12px;"><span class="err_type"><img src="http://validator.w3.org/images/info_icons/error.png" alt="Error" title="Error"></span>
    
    <em>Line 41,
        Column 132</em>:
    <span class="msg">Bad value true for attribute required on element input.</span>
    </span><pre><code class="input"><font size="4">…title="Your name is required" placeholder="Please type your full name" /<strong title="Position where error was detected.">></strong><br /></font></code></pre><div><span style="font-size: 12px;"><br></span></div></div><div><span style="font-size: 12px;">==========================</span></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;">Here's the one that DOES validate:</span></div></div><div><span style="font-size: 12px;"><br></span></div><div><span style="font-size: 12px;"><span class="Apple-tab-span" style="white-space:pre">     </span>Name:<br /><input type=text required name=up title="Your name is required" placeholder="Please type your full name" /><br /></span></div></body></html>