Hi,
as per summary while sending SMS, the following characters ' and > < are not correctly sent.
At contrary, the following characters are displayed receiving mobile phone:
" ' "-> '
" > " -> <
" < " -> >
How this can be avoided?
Thanks a lot for the help,
Noah
Views
Replies
Total Likes
@ChesterBe Most likely an issue with how you're setting up the sms message. Could you elaborate on how these SMS messages are being created or set up in AJO? Can you give an example?
In Handlebars, the values returned by the {{expression}} are HTML-escaped. If the expression contains &, then the returned HTML-escaped output is generated as &. If you do not want Handlebars to escape a value, use the “triple-stash”.
Hi @ChesterBe,
Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'
Thank you!
Views
Replies
Total Likes