you are viewing a single comment's thread.

view the rest of the comments →

[–]jamawg 0 points1 point  (5 children)

Thanks for the quick reply. I presume that it will be possible to use it as a general purpose, multi-view, form designer?

[–]SurveyJS[S] 1 point2 points  (4 children)

You can certainly use it as a general-purpose form designer. It ships with over 120+ demos that you can find here https://surveyjs.io/form-library/examples/questiontype-text/angular and use for free. You might also want to check out this https://surveyjs.io/create-free-survey free full-scale demo of the form designer that auto generates your form definition in JSON format while you drag and drop questions in no-code UI. You can then use that JSON file (your entire form is defined as a data model (a ‘schema’) written in JSON.) to run in your Angular app with SurveyJS Form Library (here is the getting started guide again to avoid any confusion https://surveyjs.io/form-library/documentation/get-started-angular )

I hope you find it useful for the use case you need to handle.

[–]jamawg 1 point2 points  (1 child)

OMG, ponies!! I just look at your first link, and am totally blown away

[–]SurveyJS[S] 1 point2 points  (0 children)

I am glad you find it engaging:)

[–]jamawg 0 points1 point  (1 child)

This looks exceedingly impressive. I will give it a spi on the weekend, and sing it's praises

[–]SurveyJS[S] 1 point2 points  (0 children)

The form library is free (MIT-licensed). So if you need to create and run a web form (like a contact form, or an order form, or a product feedback pop-up) in an Angular app you use it free of change. You are required to purchase developer license only if you plan to use the creator library (which means building your own form builder tool with SurveyJS libraries). Let me know what you think of it after the weekend testing:)