County based on zip code widget?

  • martyrob
    Asked on April 2, 2018 at 8:46 AM

    Do you have a widget that can find the county a city/town is located in, based on the zip code given?

    Thank you.

  • BornaSepic
    Replied on April 2, 2018 at 9:57 AM

    I would recommend using the "Zip Code Auto-Suggest" to achieve this (hopefully it offers what you are looking for).

    1522677195jotzipcode Screenshot 10

    To use it you will need to configure some settings first: 

    1522677309jotzipcode two Screenshot 21

    This is how the plugin looks works:

    1522677352jotzipcode three Screenshot 32

    Hopefully, you can use this as a sort of a workaround since there aren't any other options (as far as I know).


  • martyrob
    Replied on April 2, 2018 at 10:06 AM

    Thank you!

    Does this give me the city associated with the zip code? or the county?

  • BornaSepic
    Replied on April 2, 2018 at 11:01 AM

    Here's how it works (in most cases):

    1522681282rere Screenshot 10

  • martyrob
    Replied on April 2, 2018 at 11:06 AM

    Thank you again.

    I am actually looking for the county that the city is located in, not the countRy!

  • Victoria_K
    Replied on April 2, 2018 at 12:19 PM

    Hello martyrob,

    Can you kindly try the Address Map Locator widget

    It should show up the county at the Province field. Please take a look at my test:

    1522685946screencast3 Screenshot 10

    We will gladly assist if you need more help. 

    Thank you.

  • martyrob
    Replied on April 2, 2018 at 12:44 PM

    Thank you, I did!

    Depending on the city or town, the Province sometimes come up with the correct county, yet other times it gives the name of the state.

    Is there a way to change the name of the Address field?

    Is there a way to hide the longitude & latitude fields!

  • Victoria_K
    Replied on April 2, 2018 at 12:59 PM

    Yes, you can change the name of a field by clicking on it, like below:

    1522688095screencast3 Screenshot 10

    To hide the longitude & latitude rows, please inject the custom css code to the widget's Custom CSS tab:

    1522688168screenshotg75p4 Screenshot 21

    Here is the code:

    #inputLat-row, #inputLng-row {

    display: none;

    }

    In case you'll decide to hide the map too, please add #map to the list of IDs (highlighted green). 

    Hope this helps. Let us know if you need further assistance.

  • martyrob
    Replied on April 2, 2018 at 1:19 PM

    Thank you!!

    A couple of other questions, please:

    Is there a way to change the word ADDRESS to something else?

    On the submission end, all that info comes in in one field, so is there a way to separate the county and zip out? Or does that need to be done in Excel (text to columns)?

    With thanks . . .


  • Adrian
    Replied on April 2, 2018 at 2:24 PM

    Is there a way to change the word ADDRESS to something else?

    Yes, you can change the word "Address" to something else by adding this Custom CSS to the Widget.

    #inputAddress-row .label-section:before {
      content: "Lorem ipsum";
    }
    #inputAddress-row label {
      display: none;
    }

    You can change the "Lorem ipsum" text in the CSS. That text will be displayed instead of "Address".

    On the submission end, all that info comes in in one field, so is there a way to separate the county and zip out? Or does that need to be done in Excel (text to columns)?

    Unfortunately, it is not possible to make the county and zip be displayed in separate columns. You can use the Text to Columns feature for that.

    Help Articles:
    https://support.office.com/en-us/article/split-text-into-different-columns-with-the-convert-text-to-columns-wizard-30b14928-5550-41f5-97ca-7a3e9c363ed7
    http://www.excel-easy.com/examples/text-to-columns.html