Question T1342
Visible to All Users

How to Enable Next Button When all the is Required is filled out ?

created 6 years ago

Is there any Way to Disable Next Button untill all the is required not fill out on survey ?

Answers approved by surveyjs Support

created 6 years ago

Unfortunately, there is no pre-build functionality for this.
You may implement it by yourself, by using the custom navigation and update the "Next" button on the onValueChanged event.
survey.currentPage.questions property will return all questions. You may use the question.isRequired property (true if required) and question.isEmpty() function (returns true if the question is empty).

Thank you,
Andrew
SurveyJS Team

    Other Answers

    created 6 years ago

    can u provide a small example on plunker

      Comments (1)
      DK DK
      Dmitry Kurmanov 6 years ago