Question T2382
Visible to All Users

Survey Creator tabs customization

created 6 years ago (modified 6 years ago)

Hello,
Please check below screenshot and answer my below questions.

  1. Is it possible to add new tabs ? If yes then please guide me how
  2. If we can add tabs then is it possible to add my custom sequence ? like first Summary, then survey designer then report etc…
  3. can we add save survey button in that tab ?
  4. Can we show our database data as content on those custom tabs ?

Thanks & Regards,
Hiren

Answers approved by surveyjs Support

created 6 years ago

Hello Hiren,
Yes, you can. Here is the example.

Thank you,
Andrew
SurveyJS Team

    Show previous comments (5)

      Hello Hiren,
      In my example, I put the template into the separate file: survey.creator.summary-template.html and it is import as:
      import tabsTemplates from "./survey.creator.summary-template.html";
      Please review it more carefully.

      PS: Could you please provide us an information about your SurveyJS Creator license?

      Thank you,
      Andrew
      SurveyJS Team

        Hello, Andrew

        Getting this error even file is in same directory. ERROR in src/app/view/builder/builder.component.ts(17,27): error TS2307: Cannot find module './survey.creator.summary-template.html'.

        P.s: We're right now working on POC, and on sign off we'll buy a commercial license till then we'll use open source license. for support do i need to buy commercial license now ?

          Hiren,
          I gave you the working example and it contains this file in src directory. You have to use it. You are going to modify this file, since it is the template for your Summary Tab.

          It is fine to use Non-Commercial license for POC for now.

          Thank you,
          Andrew
          SurveyJS Team