survey-library icon indicating copy to clipboard operation
survey-library copied to clipboard

Serverside validation

Open SamMousa opened this issue 3 years ago • 2 comments

I am working on a server side docker based verification tool here: https://github.com/HeRAMS-WHO/surveyjs-validator

@andrewtelnov if ever in the future you guys want to adopt it I'd definitely be open to that. As you can see from the code in the repo, it doesn't do anything complicated.

This issue is mainly so when others search for it they'll find this. Feel free to close at any time.

SamMousa avatar Jul 07 '21 11:07 SamMousa

@SamMousa Thank you! We will keep in mind. We are busy with SurveyJS Creator V2 right now. However, we are thinking about creating Server Side functionalities and this can be one of them.

Andrew

andrewtelnov avatar Jul 08 '21 13:07 andrewtelnov

Hi,

I'll also be interested by server side functionalities. When the hasErrors function validates data, the return data is not normalized (but you normalize it in the validator).

I'd like to normalize data (a text field with numeric validator should be set to 30 and not '30')

Thanks a lot,

omasson-perso avatar Apr 15 '22 15:04 omasson-perso