
Originally Posted by
funkey
Just wondering if you're actually triggering one of the state selection bugs that were in 1.3.5, I actually disabled the drop-down box in my test install, which seems to have fixed that particular issue.
The customer registration form on my 1.3.5 has no drop-down ... at least not at first. Initially it just has an INPUT field (see source below). So if I type in a known 2-letter state abbreviation, e.g. PA or FL, I get a warning and a form with both a state SELECT/OPTION (dropdown) and state INPUT field. (This happens regardless of whether CAPTCHA is active.) I can submit the form successfully on the first try only if CAPTCHA is inactive and I spell the full state name, e.g. Pennsylvania or Florida.
Source code from first create-account form on 1.3.5:
Code:
<label class="inputLabel" for="state">State/Province:</label>
<input name="state" size="33" maxlength="32" id="state" type="text"> <span class="alert">*</span><input name="zone_id" type="hidden"><br class="clearBoth">
I'm leaning toward upgrading to 1.3.6, so this might all become moot for me in a day or two. I'm running 1.3.6 on at least one other site, and so far it's mostly trouble-free.