mwasiluk / angular-surveys

Angular survey / form builder inspired by Google Forms
http://mwasiluk.github.io/angular-surveys
Apache License 2.0
241 stars 135 forks source link

Disable/Remove submit button #19

Closed shahilg closed 8 years ago

shahilg commented 8 years ago

I want to show the preview of the created survey form by the Admin. So that other admin can see the form preview. I have used form-viewer for the preview is there some or the other way to disable or remove the submit button.

Looking forward for the answer. Thanks

mwasiluk commented 8 years ago

There is now a disableSubmit option in form-viewer.

shahilg commented 8 years ago

Thanks @mwasiluk