Questions tagged [surveyjs]

SurveyJS is an open-source JavaScript library for creating surveys.

SurveyJS is an open-source JavaScript library for creating surveys.

148 questions
0
votes
2 answers

Use SurveyJS along with Nextjs

As knows NextJS is using the server side rendering, I want to use SurveyJs with it but surveyJS is using some function that must be executed in client side. In my case I wanna use StylesManager.applyTheme but it throws an server error of…
AWIXOR
  • 406
  • 4
  • 15
0
votes
0 answers

Understanding how to use asynchronous functions in Javascript - counts and timers?

I'm trying to make a small page that runs a survey. I'd like the survey to be repeatable within the page, but the user needs to enter a login name when they enter the page. I'm attempting to write code such that they fill out the login, and then the…
0
votes
1 answer

Align Input Field (2 per-line) - VueJS

I have an issue with alignement of 4 input text in VueJs. My container CSS .step__field-container { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: center; …
Belicoff
  • 69
  • 1
  • 12
0
votes
1 answer

Global Count Variable not increasing

For some reason, I cannot get my global variable counter to increase, even when it increases within the function I have the count++ occurring in. My outputted results are different between the text outputted within the function and the text outside…
0
votes
1 answer

SurveyJS extension for TYPO3 CMS. Where to start? Or is the native form framework sufficient?

I would like to seamlessly integrate SurveyJS in TYPO3 CMS, but could not find an existing extension. Did anyone already start a project like that? I only found a post from 2018 in answerdesk.io. Or would it be easier to extend the native form…
Ludwig
  • 3,580
  • 2
  • 20
  • 24
0
votes
1 answer

Can not add svg icon in "other(describe)" check box in Markdown Radiogroup in Surveyjs

questions: [ { "type": "radiogroup", "hasOther": true, "isRequired": true, "name": "favoritePet", "title": "What is your favorite pet ![A parrot](https://surveyjs.io/Content/Images/examples/markdown/image_16x16.svg =16x16) ?", "choices":…
0
votes
1 answer

Nuxt: problem with adding external resources

I'm trying to add a Survey.js survey to a Nuxt project. I'm adding the external resources as per the official documentation