Is it possible to have the address as only one field that auto populate like Googlemaps?

  • jspaniol
    Asked on June 3, 2016 at 3:04 PM
    Minor improvements:
    is it possible to have the address as only one field that auto populate like googlemaps? It will streamline the process since some fields are not really necessary since we are serving only part of LA (e.g. State/Province or Country) Can you enlarge the AM/PM field? Currently I don't see what I selected (see image attached) Can you improve the layout in general? There are a lot of white spaces (visual gaps)
  • David JotForm Support
    Replied on June 3, 2016 at 4:14 PM

    The closest thing we have would be our geolocation widget:

    https://widgets.jotform.com/widget/geolocation

    It will show an address map that is localized to the users IP address location.

    You could also replace the Address field with individual text box fields to collect only the information you require.

    To enlarge the AM/PM field in your form, add the following code:

    #input_8_ampm {
        width : 50px;
    }

    If you expand the address field instead of having it shrunk to allow for multiple columns, it should look much cleaner.  Here is how the form would look with the CSS added and the address field expanded:

    https://form.jotform.com/61546735193966

  • jspaniol
    Replied on June 6, 2016 at 3:45 PM
    I'm still having trouble adjusting the AM/PM field. Can you please advise how I can make that field readable?

    I know you mentioned to use the code you listed, but i'm not sure where to put that code.

    Again, thank you for your time!

    Jessica Spaniol
    Digital Strategist
    Aronson Advertising
    1105 Remington Rd - Suite A
    Schaumburg, IL 60173
    847-297-1700
    j.spaniol@aronsonads.com


    ...
  • David JotForm Support
    Replied on June 6, 2016 at 4:53 PM

    Here is our guide on adding CSS to your form:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Add the code from my above post and it will make the AM/PM field wider.

  • jspaniol
    Replied on June 6, 2016 at 5:45 PM
    Thank you! You have been very helpful!

    Jessica Spaniol
    Digital Strategist
    Aronson Advertising
    1105 Remington Rd - Suite A
    Schaumburg, IL 60173
    847-297-1700
    j.spaniol@aronsonads.com


    ...