Hello,
we have come across a problem while trying to make a question with a slider.
We copied the code from this page: https://plnkr.co/edit/9I7RCPi5esDHby8hGIvq?p=preview&preview onto the server JSON,
JSON{
"type": "nouislider",
"name": "range",
"title": "Please range"
}
However, whenever we left the JSON editor to check the survey in the survey designer, it did not show any question of type "nouislider" or "bootstrapslider". When we went back to the JSON editor, the piece of code describing the slider question was gone.
Could it be that, since the slider classes are third-party additions, downloading the JSON from the server is not an option?
I would appreciate it if you could help me with this problem.