Hi
I need to show only
- Question Visibility
- Question Enable/Disable
- Question Optional Required
In the Default actions in survey logic, please help me and give a solution asap.
Hi
I need to show only
In the Default actions in survey logic, please help me and give a solution asap.
Hello,
To customize logic's actions you can set values to SurveyCreator.SurveyLogic.visibleActions
array. Something like below:
JavaScriptSurveyCreator.SurveyLogic.visibleActions = [
"question_visibility",
"question_enable",
"question_require"
];
Here is live sample in plunker
Thanks, Alex
SurveyJS Team
Hello,
JavaScriptSurveyCreator.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