surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.01k stars 782 forks source link

Make survey area optional #2517

Open chelsumz007 opened 3 years ago

chelsumz007 commented 3 years ago

Are you requesting a feature, reporting a bug or asking a question?

What is the current behavior?

How to make survey area optional? Add a button for Skip? and to skip that modal?

image

What is the expected behavior?

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

@dmitrykurmanov @tsv2013

andrewtelnov commented 3 years ago

@chelsumz007 What do you mean? If a question is not required then you can skip it. I do not understand the issue.

Thank you, Andrew

chelsumz007 commented 3 years ago

@andrewtelnov is there any way I can add a skip button. Click of that button would just skip the questions?

andrewtelnov commented 3 years ago

@chelsumz007 If the question is not requried then the question will be skipped. I do not understand the issue you are trying to solve.

Thank you, Andrew

chelsumz007 commented 3 years ago

@andrewtelnov Its like I'm showing these questions on a modal as a survey stuff and then there's submit button. I want to have another button as "Skip" wherein the user can skip the skip the entire modal.. that way?

andrewtelnov commented 3 years ago

@chelsumz007 You can hide the standard navigation and show your own buttons. Here is the example.

Thank you, Andrew