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.12k stars 802 forks source link

How to remove complete button #7870

Closed Bashar-Alziq closed 6 months ago

andrewtelnov commented 7 months ago

Please set survey.showCompleteButton property to false.

Thank you, Andrew

Bashar-Alziq commented 7 months ago

showCompleteButton property is not exist on survey

Thank you, Andrew

JaneSjs commented 7 months ago

Hello @Bashar-Alziq, Please ensure that you're using the latest SurveyJS version.

Thanks

Bashar-Alziq commented 7 months ago

showCompleteButton does not working

Hello @Bashar-Alziq, Please ensure that you're using the latest SurveyJS version.

Thanks

JaneSjs commented 7 months ago

Hello @Bashar-Alziq, Please refer to the following demo: View Plunker.

survey.showCompleteButton = false;

A complete button disappears as needed: image

Please drop us a line if you have any further questions.