Hi Team,
I have enabled the "Show completed page at the end". an put my html as shown in the screenshot.
But after survey complete, i get default grey checkbox container. attached sample.
How to remove the default grey checkbox container?.
Hi Team,
I have enabled the "Show completed page at the end". an put my html as shown in the screenshot.
But after survey complete, i get default grey checkbox container. attached sample.
How to remove the default grey checkbox container?.
Hello,
You can remove it by overriding the style, for example set this image width to 0 as:
Code.sv-completedpage::before{
width: 0px !important;
}
Here is the example.
Thank you,
Andrew
SurveyJS Team
Hello,
You should add this style:
JavaScript.sv-completedpage{ background-color: #FFFFFF !important; }
Frankly to say, it is the job of front-end developer to setup the styles for your app. These questions are not related to SurveyJS Library. They are more related to using CSS.
Thank you,
Andrew
SurveyJS Team
Hi Andrew,
Thank you. yes, it is Front end developer work. but he also need to time to understand surveyjs library.
Anyway, we are through fixing almost all the queries.
Thanks again.