I want to implement the rating widget in my form, I've created it using the formbuilder but when I implement the json in my website the rating doesn't render as it should. the html code looks very different from how it looks in the builder. This problem doesn't occur with other widgets.(or at least, I haven't noticed)
my json:
{
"type": "rating",
"name": "satisfaction",
"title": "How satisfied are you with the Product?"
}
I'm working with:
react 17.0.1 with typescript
surveyjs 3.0.0
survey-react 1.8.16
surveyjs-widgets 1.8.17
(left -> my website, right -> serveyjs.io/create-survey)
dear,
I want to implement the rating widget in my form, I've created it using the formbuilder but when I implement the json in my website the rating doesn't render as it should. the html code looks very different from how it looks in the builder. This problem doesn't occur with other widgets.(or at least, I haven't noticed)
my json: { "type": "rating", "name": "satisfaction", "title": "How satisfied are you with the Product?" }
I'm working with:
react 17.0.1 with typescript surveyjs 3.0.0 survey-react 1.8.16 surveyjs-widgets 1.8.17
(left -> my website, right -> serveyjs.io/create-survey)