I am trying to make a survey more user-friendly by having numbers users input show up as currency.
Therefore, instead of 100000, it should appear U$ 100,000.
Most of the solutions I have found or obtained can make the number change. However, they seem to struggle with Qualtrics internal validation/requirement mechanisms. JavaScript solutions that mask the number will end up having Qualtrics not recognize that the response has been entered. Likewise, number validations will not work even with masking.
Does anyone have a solution that:
- Converts a raw typed number into currency;
- Lets Qualtrics recognize a response has been entered;
- Allows for validation (or at least only lets numbers be inputted)
- Starts from “,00”?
