How to hide rows of "Address Map Locator" widget?

  • Kllui78
    Asked on August 6, 2017 at 9:20 AM
    Dear Support,
    May I know how shall i hide some of the table row from the Address Map
    Locator widget? I wanted to hide longtitude, latitude, province and
    country. I have tried inspecting the element but i unable to hide it. Could
    you please assist.
    Regards,
    Kim
  • Ashwin JotForm Support
    Replied on August 6, 2017 at 9:21 AM

    Hello Kim,

    Please inject the following custom css code in your "Address Map Locator" widget to hide the longitude, latitude, province and country fields:

    div#inputLat-row, div#inputLng-row, div#inputProvince-row, div#inputCountry-row {

        display: none;

    }

    Please check the screenshot below on how to inject custom css code in widget:

    How to hide rows of Address Map Locator widget? Image 1 Screenshot 20

     

    Hope this helps. Do get back to us if you have any questions.

    Thank you!

  • Kllui78
    Replied on August 7, 2017 at 12:43 AM
    Dear Support,
    Can we change the default words from the widget from Address to Pick Up
    Address? Or CSS only can change the styles?
    Regards,
    Bobby
    ...
  • Ashwin JotForm Support
    Replied on August 7, 2017 at 3:58 AM

    Hello Bobby,

    Since you only have one "Address" row in "Address Map Locator" widget, please inject the following custom css code in form to change the label:

    label.control-label:after {

        content: 'Test';

    }

    Thank you!

  • Ashwin JotForm Support
    Replied on August 7, 2017 at 5:41 AM

    Hello Bobby,

    Please ignore the previous custom css code shared by me. Please accept my apoloy this issue. I would suggest you to please inject the following custom css code in your widget:

    label.control-label:before {

        content: 'Pick Up ';

    }

    Thank you!

  • Kllui78
    Replied on August 7, 2017 at 7:43 AM
    Dear Support,
    Why is my form not displaying the geo maps when it was viewed in mobile device ? It shows in desktop perfectly.
    Regards,
    Bob

    ...
  • Ashwin JotForm Support
    Replied on August 7, 2017 at 10:04 AM

    Hello Bobby,

    I have moved your question to a new thread so that we can address it separately. You will be answered in the following thread:  https://www.jotform.com/answers/1217451

    Thank you!