Please see screenshot below:
Hi Peter,
Please follow this solution:
1 Open your list mapping.
2 Delete two links to the "City.Text": http://prntscr.com/45319x/direct
3 Click on "add js" on "mobileListitem_29" and populate it with following code:
pre
element.find("h3").text(value.city + ", " + value.state);
/pre
That's all.
Regarsd.
Yurii, thanks for the response. This didn't work though, the list item came out blank.
Thanks for the response. This didn't work though, the list item came out blank.
Hello Peter,
Could you please try on the mapping mobilelistitem_29 to use this code?
preelement.find("[name=City]").text(value.city + ", " + value.state);/pre
That did it, thanks Evgene!