Question T5087
Visible to All Users

Survey Logic Customization

created 5 years ago

Hi

I need to show only

  1. Question Visibility
  2. Question Enable/Disable
  3. Question Optional Required

In the Default actions in survey logic, please help me and give a solution asap.

Answers approved by surveyjs Support

created 5 years ago

Hello,

To customize logic's actions you can set values to SurveyCreator.SurveyLogic.visibleActions array. Something like below:

JavaScript
SurveyCreator.SurveyLogic.visibleActions = [ "question_visibility", "question_enable", "question_require" ];

Here is live sample in plunker

Thanks, Alex
SurveyJS Team

    Show previous comments (3)

      Hello,

      JavaScript
      SurveyCreator.localization.getLocale().survey.addLogicItem = "My Placeholder: Create a rule to customize the flow of the survey.";

      Thanks, Serge
      SurveyJS Team

        Thanks Serge,

        I want the survey logic tab to show after the SurveyDesigner tab

        Please give me a solution and do the needful.

        For ref find the attached screenshot.

          Hello,

          I've created a separate ticket on your behalf (T5214: How to reorder SurveyJS Creator tabs?). It has been placed in our processing queue and will be answered shortly.

          Thanks, Serge
          SurveyJS Team