Page 1 of 1

Apostrophe in Button Text Adds Backslash \

Posted: Tue Jul 16, 2013 3:28 pm
by righthand
Hi, When I try to use an apostrophe in the button copy call to action, it's adds a \ before the '.
For example it will display as, "Bob\'s Newsletter".

Does anyone know how to remove the \?
Thanks
ApostropheButton.png
ApostropheButton.png (11.68 KiB) Viewed 4713 times

Posted: Tue Jul 16, 2013 4:57 pm
by Jean-Christophe Bisoux
Hi,

can you try this

Code: Select all

$(".submit_field").val("Get Greta's News");
in Custom jQuery