Canadian postal code not taking in web forms

Seems like Safari changes a postal code entry like N1C to 1-1 and will not allow me to edit the 1-1. Any ideas?

Hi Mark
I see the problem. The zip field is designed to accept only 5 characters. Tried it on Firefox too with the same result.
I believe Canada codes are at least 6 characters. Did Safari return an error when you sent the "contact us" info, while Firefox did not? If so, Firefox would have accepted the alpha characters, Safari not.
If that's the case, coding errors exist on the site which Safari would not accommodate, but Firefox probably would - it's much more forgiving with this type of poor coding.
Anyhow, good lesson in using another browser when rendering difficulties happen with Safari.
Thanks for the and Aloha from Big Island.
iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

Similar Messages

  • Hen verifying my billing information it will not give me the option to select a Canadian postal code.

    While trying to purchase an app from the app store it directs me to verifying my billing information and after entering all the inforamtion when I get to entering my address it does not give me the option to select a Canadian postal code or province.  Please help.  Thanks

    This is a huge pain in the ***! Don't these clowns know their product is also sold outside the usa?

  • Entering Canadian postal code - changes it to a number

    When I enter the first part of my postal code M4J into a form - safari changes it to 4-1. I can't find any preference settings that would cause it to do so, but this has happened twice on two different web forms. Any ideas as to how I can get it to recognize the Alphanumeric postal code.

    one rumor I have heard is that if you take the postal code off your card in address book, it will allow you to correctly fill in your code manually. I don't have a canadian postal code, so I can't verify this myself.

  • Canadian Postal Code problem with Autofill

    I have 2 problems with my Postal Code when filling out a form with Safari.
    1. It fills it out with zeroes and dashes
    2. Often the box cannot be filled in manually as it reverts to the zeroes and dashes.
    Any idea how to fix this? Thanks!

    Yes, the Canadian Postal Code ought to be displayed correctly if the site provider has made provision for it. Auto-fill retains past site information. Go to your Safari Preferences>Autofill and select the "edit" box next to "Other Forms". There you can remove the entire file, or do it selectively by highlighting on the specific sites. Quit Safari.
    Then go back to your Address Book and enter your postal code again. Restart Safari and try some of the Canadian postal code compliant sites.
    As far as the non-Canadian postal, don't know what to say. It either works or not. Perhaps, removing the old information and starting over might make a difference.

  • Power Map Locations for Canadian Postal Codes showing incorrectly

    I see great potential in the possibilities of using Power Map. However the location for one Canadian postal code is showing incorrectly on the resulting map. I have verified that the postal code itself is correct and my data has been entered correctly and
    it is below:
    N6K 0B3
    It is showing nowhere near where it is supposed to be. Users of the application have to have confidence that the mapping behind it is correct. I need to create maps for each poll for volunteers to retrieve
    the signs post-election and don't want to send them to the wrong locations.
    By the way, why is my font size changing if I modify the text in my post?
    Thanks,
    Lila

    Ahh Geolocations are fun, aren't they!
    Bing maps is showing N6K 0B3 as just south west of London, ON. Google maps shows it north of there, West of London. If Bing is not correct, you'd need to request a fix from Bing/Microsoft.
    While you wait for that, you'd have to create your own kludge to correct it:
    CASE WHEN postcode = 'N6K 0B3' THEN geography::Point(-81.437296,43.0041629,4326) ELSE bingsGeospatial as geoPoint
    I was in talks with Canada Post regarding acquiring their geo location data for post codes a while ago. You can get a product from them for about 7500 a year. I was rather disappointed to find they only provided points, and not bounding boxes (as google
    maps does).

  • Canadian Postal Codes in Numbers

    Hi,
    I am trying to format a column on a spreadsheet so that all of the postal codes are in the same format.
    I think I would do something like:
    =PROPER((LEFT(A1,3),MID( ),PROPER(RIGHT(A1,3))
    but i keep getting a syntax error.
    I would like the postal codes to read A1A 1A1
    Any thoughts on what I can do to fix it?
    Thanks in advance!!
    MH

    Wayne Contello wrote:
    What is missing from this solution?
    This, perhaps:
    =UPPER(left(A1,3)&" "&right(A1,3))
    HYllom's use of PROPER in the question implies some entries may not include the required capitalization. With Canadian postal codes, where a letter always either leads the string or follows a numeral, either PROPER or UPPER will ensure that all letters display as capitals. With other systems (eg. Britain) where many post codes contain two consecutive letters, PROPER will convert only the first (or the first following each numeral) to capitals, while UPPER will convert all letters.
    Note that in either case, the conversion is 'display only,' the underlying text remains unchanged.
    Regards,
    Barry

  • Postal Code not appearing correctly thru ADDRESS statement

    Hi,
    I am using ADDRESS - ENDADDRESS to write company code address.
    Now, Postal Code of one of the co code is maintained as
    5605 LS. However, in the form it is appearing without space i.e
    5605LS.
    I just noticed that in function module ADDRESS_INTO_PRINTFORM, once postal code is entered into the string , there is a CONDENSE statement with NO-GAPS that suppresses the spaces.
    Kindly advise how i can print postal code with space correctly in form using ADDRESS - ENDADDRESS .
    Thanks
    Nidhi

    Hi Sohit,
    We all know that the address will be generated from the FM 'ADDRESS_INTO_PRINTFORM' into a work area. That work area will be of type adrs_print. So that work area contains 10 lines of the address.
    Now just observe the line into which the Postal code is populating. Then take that line value i.e for example l_wa_address-line4 into a variable and separate the number(5605) and string (LS).
    concatenate v_postalcode0(4) '   '  v_postalcode4(2) INTO v_string.
    Then write the below code:
    READ TABLE out_tab ASSIGNING <fs_outtab> INDEX l_c_5.
          IF sy-subrc = 0.
            <fs_outtab>-value = v_string.
          ENDIF.
    I hope this trick works. Try it out & let me know in case of any issues.
    Don't forget to reward if this is useful.
    Pavan.

  • I Can't make the Geocoder handle Canadian Postal Code properly

    Hi !
    Does any one out there was able to approprietly setup Oracle Geocoder to properly return canadian postal code for a specific address in a dense urban area ?
    In Canada, a single street segment can have two different post codes when located in dense urban areas such as Montreal. One on the left and one the right... so one for odds number and one for even numbers.
    I don't see how to acheive this in the actual Oracle Geocoder table structure.
    I see two solutions to my problem. In order to appropriatly return a canadian post code for a specific address, Oracle would need to
    (1) have the GC_ROAD_SEGMENT_CA table have a L_POSTAL_CODE AND A R_POSTAL_CODE field. Thus returning the good postal code knowing if the house_number is odd or even.
    OR
    (2) have the GC_ADDRESS_POINT table have a POSTAL_CODE field allowing to directly return the postal code associated with an address.
    Any help would be greatly appreciated !!
    JB

    Hello,
    subscriber := sys.aq$_agent('sender', '[email protected]', NULL);
    should be
    subscriber := sys.aq$_agent('reciver', '[email protected]', NULL);
    With your enqueue code the message is being made available for any default subscribers. As it stands the message will be propagated to the target queue and made available for the consumer sender.
    So if you change your dequeue code to
    dequeue_options.consumer_name := 'SENDER';
    it will consume the message that has been propagated.
    Thanks
    Peter

  • Validation of Canadian Postal Codes

    Canadian postal codes follow the A9A 9A9 format.
    In my display validation pattern, I have  text{A9A 9A9}
    In my edit validation pattern, I have text{A9A 9A9}|text{A9A9A9}
    In my validation pattern, I have text{A9A 9A9}
    I also have a JavaScript validation running client side.
    It reads:
    form1.#subform[0].Section1.PostalCode::validate - (JavaScript, client)
    this.rawValue = this.rawValue.toUpperCase();
    Given these paramaters, I am stumped as to why I keep getting the following validation error: "The value you entered for Postal Code in valid."
    Any thoughts?

    Your uppercase code should be on the exit event of the field. The validation pattern works by testing against the display pattern.
    Or you could put xfa.event.change = xfa.event.change.toUpperCase(); on the change event of the field.

  • Canadian postal code help

    hey
    i want a canadian postal code that have 0 tax
    i don't want to be taxed
    thanks

    Apple isn't here. Apple doesn't answer questions here. The only postal code that you may use is the postal code for your legal residence or the billing address of the credit card that you use if different from your address.

  • I live on an island (Guernsey) under the jurisdiction of the UK. But when i try to purchase anything it says postal code not accepted!

    I live on an island (Guernsey) under the jurisdiction of the UK. But when i try to purchase anything it says postal code not accepted!
    Please help!

    As I say, I haven't done this in a long time, so not sure if it still works, but it's just the postcode that causes the problem.  The Apple system doesn't appear to get upset that the billing address isn't strictly correct, as the card details still work for them to get your cash....... I think any UK postcode will work, it just happens that I used "GU" instead of "GY"......

  • Trying to set download apps...says it needs my credit card info...I put it in....but then it won't take it because it says I need to enter my zip code.  I live in Canada and have a postal code, not a zip code.  Help

    I am trying to set up my new Iphone 4 and download apps.  I made an Apple Id which is all good.  But when I try and enter in my credit card info it keeps asking for my Zip code and state.  I live in Canada not US.  I changed the phone to Canadian but it still keeps asking for it and won't let me put in my right information which in turn won't let me download any apps.  Can anyone help?

    Postal & Zip codes are same.  Just enter postal code without space.  It will accept.

  • Date picker css not showing in web form

    Hi there, I have a web form and added the date picker.
    When you try this within BC admin it displays very nicely, yet when Ive inserted the webform in the html page,
    the css styling for the date picker is not included.
    Can anyone help me here so that I can add the css to style the calendar to look a bit prettier!
    The source code of the datepicker:
            <label for="CAT_Custom_95263">Date of last vaccination</label>
            <br /><input type="text" name="CAT_Custom_95263" id="CAT_Custom_95263" class="cat_textbox" readonly="readonly" style="background-color:#F0F0F0;" onfocus="displayDatePicker('CAT_Custom_95263');return false;" />

    Hello VickiTuch,
    The date picker, once loaded, will get a bunch of inline styles applied to it from BC. This can override your CSS if you are not specific enough.  If you give your declarations an important:
    #datepicker{
        background-color: #333 !important;
    Should override their inline styles.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Can't Order Book. Postal Code not accepted

    I've spent days and nights.. creating a Book in Iphoto from my latest vacation.
    Now when i'm finished i cannot order since my Postal Code(Zip Code) isn't accepted.
    I live in Sweden and no matter what ZIp Code or variations of it i try (believe me i have tried) i cannot get past step2. I always get the dialog that i need to eneter a valid postal code.
    I've searched the web and tried (just to get past the second step) postal codes for a few other countries, and the ONLY one working is when i try a US address and ofcourse select USA as the country.
    I've tried with a new account, and with an existing account that works fine with itunes... Anyone have any ideas, or have i just wasted days creating a book i cannot order..

    Wiped
    Welcome to the Apple user discussionforums
    here is a link to the Swedish page on ordering problems with a form to request help from Apple - http://www.apple.com/se/support/photoservices/account_troubleshooting/

  • Canadian Postal Code rejected.

    When requested to enter my Postal Code, system will not allow entry of the code. Has anyone else experienced this?

    I've never had a problem entering my postal code on any website I've been to.
    However, sometimes you must enter them without a space. Sometimes the space is necessary. It depends entirely on the form that you're filling out.
    Ex: A1A 1A1 needs to be entered as A1A1A1.
    Provide a link and I will try mine.
    --Travis

Maybe you are looking for

  • Standard Approvers on GRC 10.0

    Hi Guys, I've got a quick queston for you all. Do you know where I can define the Point of Contact and Security Agents in GRC 10? I have assigned the user ID as a Point of Contact in the "Access Control Owners" area but I cannot find where to associa

  • Changed web services need to be imported in NWDS mapping

    Hi All I have to import a web service WSDL in service interfaces of the project in NWDS and use it in a mapping which is in a read web service step in BPM. The mapping already has a WSDL having different name but same namespace as of the new WSDL How

  • Which jar has ConnectionProperties class file?

    Hi, I am trying to connect to the SAP system. I am unable to find the <b>ConnectionProperties class file</b>. It is not there in com.sap.portal.ivs.connectorservice_api jar file. Please let me know where this class file is and send me the appropriate

  • Technology used in iStore Application

    We wanted to know the technology used in building iStore pages in 11.5.10 and R12 ? From our analysis, it doesn't looks like OAF or ADF. It has lots of JSPs. Is there any Oracle proprietary technology or framework used for building this application ?

  • Decision step with attachment

    hi my issue is i have kept a decision step where , i need to send decision step with attachment , i have done binding in the control tab ,of decision step like this & absence& --> &_ATTACH_OBJECTS& my attachemnet should be absence object. when i exec