Adding comma and dollar sign to sliding scale | XM Community
Skip to main content
Hi there! I looked around thinking this was may have already been answered but I couldn't seem to find a solution;

on a sliding scale question, I'd like to have the value have the dollar sign and comma. Anybody know how I might achieve this? Thanks in advance.

!

Use below JS

jQuery("<span>$</span>").insertBefore("input[type='text'].ResultsInput ")

 


Leave a Reply