--I have these phone numbers being entered from our website with the entry fields below:1-570-6227200-130{For Domestic-US customers)<label for="Phone" id="phonelabel" class="required">Phone (AreaCode Number Extension)<em>*</em></label><input type="text" id="CountryCode" name="CountryCode" value="1" size="3" maxlength="3" class=" register_input hidden" /><input type="text" id="AreaCode" name="AreaCode" value="" size="4" maxlength="4" class=" register_input" /><input type="text" id="Phone" name="Phone" value="" size="12" maxlength="12" class="validate[required] register_input" /><input type="text" id="PhoneExt" name="PhoneExt" value="" size="10" maxlength="10" class=" register_input" />Note: When a country different than US is selected, the hidden class is removed from the CountryCode and the Label text is changed.{For International customers)<label for="Phone" id="phonelabel" class="required">Phone (CountryCode AreaCode Number Extension)<em>*</em></label><input type="text" id="CountryCode" name="CountryCode" value="" size="3" maxlength="3" class=" register_input" /><input type="text" id="AreaCode" name="AreaCode" value="" size="4" maxlength="4" class=" register_input" /><input type="text" id="Phone" name="Phone" value="" size="12" maxlength="12" class="validate[required] register_input" /><input type="text" id="PhoneExt" name="PhoneExt" value="" size="10" maxlength="10" class=" register_input" />The dashes are stripped out of the Phone field before it is sent to our web service. Then the value is sent to our Oracle server whichinserts the data like this into our DB (using the first two numbers above as an example):Field #1 #2-------------- ------- ----COUNTRY_CODE_1: 1 1AREA_CODE_1: 406 928MAIN_PHONE: 4331411 445EXTENSION_1 4600That being said, it is apparent that our domestic customers are tabbing out of the Phone field and entering the last 4 digits of their phone number into the PhoneExt field.How can libphonenumber help me to "normalize" these numbers and prevent this from happening? We will be using the C# port as our web service is written in C#.
You received this message because you are subscribed to the Google Groups "libphonenumber-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to libphonenumber-di...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "libphonenumber-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/libphonenumber-discuss/5iS8p7yN4E4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to libphonenumber-di...@googlegroups.com.