I have my surveyjs results stored in a database. Each survey response has been stored in a string json-like format. Now I want to display it back in a read-only (or editable) form like the original one on a web page. I'm using ASP.NET and Angular How could I achieve that? Thanks
Nothing yet. I have no idea