We have an order form in which the ziplookup function is used, when zipcode is entered in the field, then the city, county, state and zip code are entered in the same field.
<tr> <td class="formLabel" id="<%=prefix%>.ZipCodeLookup.label">Zip Code</td> <td class="formColon">: </td> <td class="formData"> <div id="zipOutput"></div> <input type="hidden" id="<%=prefix%>.city" name="<%=prefix%>.city" value="<%=City%>" /> <input type="hidden" id="<%=prefix%>.county" name="<%=prefix%>.county" value="<%=County %>" /> <input type="hidden" id="<%=prefix%>.state" name="<%=prefix%>.state" value="<%=State%>" /> <input type="hidden" id="<%=prefix%>.zip" name="<%=prefix%>.zip" value="<%=Zip %>" /> </td> </tr>
The error is only in IE:
lib.functions.dom.createInput // type = text name = shipping.ZipCodeLookup id = shipping.ZipCodeLookup // InvalidCharacterError
lib.objects.window.LookupWidget.createInputField () // Unable to set property value 'w90> or null reference
source share