I trying to do add two response in one label,
But i want to add semicolon both of them.
How it possible??
I got it combine Location and city but i want to differentiate with , sign.
I trying to do add two response in one label,
But i want to add semicolon both of them.
How it possible??
I got it combine Location and city but i want to differentiate with , sign.
Hi Pritu,
You can save them to localStorage variables and then concate them using JavaScript.
thank you Katya,
It Works Perfectly....