Skip to main content

I am moving from INFOPATH forms to NINTEX forms and have run into the following issue:

I  need to change ' single quote to ` back quote when user enters data in text field in Nintex form.

In INFOPATH, I used translate 

22259i66D44C375944A39F.png

I have tried fn-Replace in NINTEX form but it does not work. 

22260i1BA57E1AD8F84724.png

I have tried with quotes around  "'", "`"  as well.

Thank you.

@MaryW 



 



You can try fn-XmlDecode({txtVariable}) or encode.


Reply