How can we delete two dots of the town's title in the sent email?

  • Raslevol
    Asked on November 2, 2015 at 3:18 PM

    As i want to show up the town in my mailing form, i need a proper display.

     

    When i get my mail, it shows two dots before the name of the town, how can we delete them ?

     

     

    Thanks to help !

    Jotform Thread 695797 Screenshot
  • Ben
    Replied on November 2, 2015 at 6:03 PM

    I see that you are passing the data that is submitted as it is, meaning that it adds the ":" in front of the name for some reason. I see that the Submissions Panel shows the same when viewed.

    Now if you want to use the Address field, but only show one field of its set of fields, my suggestion is to then use the same in the email with the :city parameter.

    Like so: {addressField:city}

    As I looked it seems that you were just making changes and removed the same field so I can not validate, but the above should work in giving you the name only.