Hi,
I'm using survey js in a page which has lots of forms. I need to take data from survey sync not from onCompleting or onComplete event. Because I need to validate and fill my data contract only once while going to server side. So I can collect the data from other forms basically, but survey js answer data , I can'get sync. So is there any way to take answer data.
DoComplete method is returning true or false while validating, it is ok, but maybe it can return answer data too.