Question T6058
Visible to All Users

Completed HTML shows OTB grey CheckBox icon

created 4 years ago

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?.

ShowOnCompleted.png

Completed html.png

Answers approved by surveyjs Support

created 4 years ago

Hello,
You can remove it by overriding the style, for example set this image width to 0 as:

Code
.sv-completedpage::before{     width0px !important; }

Here is the example.

Thank you,
Andrew
SurveyJS Team

    Show previous comments (3)

      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.

          You are welcome!

          Andrew
          SurveyJS Team