Skip to main content
audsterj123
Participant
July 14, 2015
Question

Backslashes are being added before commas in variables

  • July 14, 2015
  • 1 reply
  • 153 views

I have a variable in a short answer survey, user types in text and that display on the next page, but all commas are preceded by a backslash, I would like to not have those backslashes.

    This topic has been closed for replies.

    1 reply

    RodWard
    Community Expert
    Community Expert
    July 14, 2015

    I don't have a solution for you.  But I think you'll find that Captivate is adding those backslashes to "escape" the commas in your variables so as to prevent them from breaking something in the underlying code.  Commas are used in programming code and having commas inside your variable values can cause conflicts.