英文:
Is there a way to redirect to an external URL if the user answered a particular choice? SurveyJS
问题
我有一个在我的SurveyJS JSON中的单选按钮组问题,如果他们从该问题中选择了特定选项,我想将用户重定向到另一页。否则,我希望他们继续填写调查问卷。这是否可能?
(我正在使用React/Next.js构建调查问卷)
英文:
I have a radiogroup question in my SurveyJS json, and I want to redirect the user to another page if they choose a particular choice from that question. Otherwise, I want them to keep taking the survey.
Is that possible?
(I'm using react/next.js to build the survey)
答案1
得分: 2
SurveyJs的支持帮助我解决了这个问题:
英文:
SurveyJs's support helped me with this one:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论