Issue T10162
Visible to All Users

questions with skipping logic (sendResultOnPageNext)

created 2 years ago

Hello!

I have survey with skipping logic created within Survey Creator.

And in SurveyJS I have property sendResultOnPageNext in order to send every choice on my backend.
But question where we have skipping logic, this onPartialSend trigger not works…

How to enable the trigger to send all question even if question has logic

Show previous comments (3)

    Hello,

    Thank you for the clarifications. Yes, the sendResult function is not called during page changed on skip trigger execution.
    It looks like a bug for me. We'll discuss this issue with the team and update this thread.

    Thanks, Serge
    SurveyJS Team

      I found this property

      Code
      SurveyCore.settings.executeSkipTriggerOnValueChanged = false;

      and it works for me, thanks

        Great!

        Andrew
        SurveyJS Team