Hide Distance and Duration Output on Driving Distance Widget

  • academicproofreading
    Asked on December 9, 2015 at 12:26 PM
    Is there a way to hide the Distance and Duration output? I don't want clients to see this. Many thanks.
  • KadeJM
    Replied on December 9, 2015 at 12:45 PM

    It seems to me that you are asking if there is a way to hide the Distance and Duration Output for the Driving Distance Widget, correct?

    Hide Distance and Duration Output on Driving Distance Widget Image 1 Screenshot 20

    The field does support the option for using custom css so it may be possible but please allow me some time to look this over to see if we can help you achieve it.

     

    If that's not what you meant though then please correct me and provide further details.

  • academicproofreading
    Replied on December 9, 2015 at 12:47 PM

    That is correct. Thank you for looking into this, I look forward to hearing from you.

  • KadeJM
    Replied on December 9, 2015 at 1:01 PM

    Thank you for confirming my thoughts about what you meant by that.

    Normally with supported custom css it should be possible to do this but it seem's there's an issue that's preventing me from assigning the css to hide it correctly as I've tried it a few ways but not much luck yet so I do apologize about that.

    What I've done though for this is on your behalf I now now opened a ticket here for this via your thread to support more advanced custom css to do that within the driving distance widget (or options for it) depending on whichever our developers feel is better. 

    They'll look this over and if there are any changes we'll update you here.

     

  • academicproofreading
    Replied on December 12, 2015 at 5:26 AM

    Thank you, I hope there's a solution!

  • BJoanna
    Replied on December 12, 2015 at 1:45 PM

    On behalf of my colleague, you are welcome.

    If there are any updates from our developers we will let you know via this tread.

  • academicproofreading
    Replied on April 1, 2016 at 11:18 PM

    Hello, I just wondered if - nearly 4 months on - there is an update on this? Thanks for you help.

  • Chriistian Jotform Support
    Replied on April 2, 2016 at 3:49 AM

    Hi, unfortunately there is no update yet with the ticket escalated by my colleague. 

     

    However, I just want to know why you want to hide the Distance and Duration outputs of the widget. Showing these calculation outputs is one of the main features of the widget. Perhaps there are more widgets like the following that will fit your need:

    1. Geocomplete

    2. Address Map Locator

     

    Anyways, I followed this up with our development team. We will inform you once this is implemented.

  • academicproofreading
    Replied on April 5, 2016 at 9:15 AM

    I want use the widget to calculate the miles between the two addresses because I use this to calculate costs, but I don't want the client to see the distance/time. I hope this helps.

  • victor
    Replied on April 5, 2016 at 10:39 AM

    Thank you for the update. As soon as our team has any update. We will be informing you.

    Thank you for your patience.

  • BeliBeli24
    Replied on June 1, 2017 at 11:36 PM

    Hi any updates on the hidden distance/time as mentioned by academicproofreading?

  • Mike
    Replied on June 2, 2017 at 12:20 AM

    It is possible to add the next CSS to the Driving Distance widget in order to hide the Distance and Duration result fields on form.

    #ddResult tr:nth-of-type(3),
    #ddResult tr:nth-of-type(4) {
    display: none;
    }

    Hide Distance and Duration Output on Driving Distance Widget Image 1 Screenshot 30

    Note, this will not remove the Distance and Duration values from submission data. If you have an autoresponder (emailed to the form submitter) on your form, you may want to remove the entire Driving Distance row from the autoresponder email template.

    Hide Distance and Duration Output on Driving Distance Widget Image 2 Screenshot 41

  • BeliBeli24
    Replied on June 2, 2017 at 1:43 AM

    Just what we needed, thanks Mike!