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
1 answer

Create Google Map Widget in SurveyJs

I'm a newcomer to SurveyJS. I want to add Google Map as a widget to SurveyJS. I did some steps and the map was added correctly in the Survey Designer section, but it does not load my widget in the Test Survey section. I have uploaded the codes and…
0
votes
1 answer

custom widget for matrix datepicker type in survey js

In my project, we are using survey JS for filling forms in angular application. In Survey Matrix , the default date picker is jQuery UI Date picker. It is hard to use as it does not have ease of year access navigation and other features. I would…
Viswa
  • 745
  • 10
  • 30
0
votes
1 answer

Custom 'rendering' of Display Value completing a Survey in SurveyJS

I can't find anything in the documentation of SurveyJS. If there is something I missed, a link would be great! We have implemented a Custom Widget as described here and it works well. What we want to do next is to change the Display Value on the…
pjdupreez
  • 659
  • 1
  • 8
  • 19
0
votes
1 answer

Unable to get Json output from survey js in my react app

I am implementing survey-react in my react app with: import React, {Component} from 'react'; import "survey-react/survey.css"; import * as Survey from 'survey-react'; class App extends Component { constructor(props){ super(props); …
Ekagra Sinha
  • 123
  • 1
  • 8
0
votes
1 answer

Surveyjs - change title of question on condition

I am working with SurveyJS to create a survey. The answer of the first question can be either TRUE or FALSE (the user can choose by using a radio button). I would like to set the title of the second question depending on the answer given to the…
lucia
  • 29
  • 5
0
votes
1 answer

Add extra field(s) to SurveyJS Rating component

We would like to add an extra "N/A" and "Don't know"-button to the Rating-component in SurveyJS for React with a custom value. So that for example we have values 1-2-3-4-5 and also N/A. When this button is selected, then the value in final state…
user2609980
  • 10,264
  • 15
  • 74
  • 143
0
votes
1 answer

When to use a form vs surveys

When does one choose to build your own form in ReactJS with form hooks, final form, formik vs using something like SurveyJS? Is doing your own form getting a little dated?
Jason Leach
  • 3,889
  • 7
  • 37
  • 54
0
votes
1 answer

how to 'import' objects without babel (using CDN)

The question is a bit messy, sorry for that. But due to some weird reasons I cannot transpile my code in vue, and have to use Vue and some other packages 'directly' using CDN links. like that:
Philipp Chapkovski
  • 1,949
  • 3
  • 22
  • 43
0
votes
1 answer

How to use validator with type file in surveyJs?

I am trying to validate uploaded documents on my form with surveyJs and typescript using custom validator but the validator is being called after the fileupload i want to validate file type before uploading. API throws an error when unsupported file…
0
votes
1 answer

How to change variables within SurveyJS JSON by altering global variables

I have written an application that is intended to generate a survey that changes on each iteration of the survey. I have a few global variables that change with each iteration, which I want to include within the survey results. I'm having trouble…
0
votes
1 answer

Does SurveyJS have a built-in way to specify "show N questions per page"

We are using Survey Creator to allow our users to build questionnaires. However, we want to keep it simple and we don't want them to have to deal with pagination. In other words, in the builder, we want to disable pages (showPagesToolbox = false)…
HappyDog
  • 1,230
  • 1
  • 18
  • 45
0
votes
1 answer

SurveyJs Input element with addon

Am using ReactJS with surveyjs, I want to use an input element for a percentage value (%). I wonder if there is a way of doing this: Using bootsrap addon or something like that with surveyjs inputs. Limit input value between 0 and 100. Thank you.
AWIXOR
  • 406
  • 4
  • 15
0
votes
1 answer

ReactJS App deployed on Google Cloud Run, takes around 20 seconds to load

My reactJS app is simple app which contains embedded SurveyJS widget. Deployed on Google Cloud Run, and it takes 20 seconds to load first time, subsequent access is faster. How to troubleshoot, not sure it is Google Cloud Run config issue, or my…
0
votes
1 answer

Survey JS get survey results response in Json instead of XML

I am trying to get the results of the surveys in JSON, but the API is giving the response in XML. The API lists that json response is also available but which attribute do I have to use while making the request is nowhere to be…
0
votes
0 answers

How to limit questions per page in survey using Surveyjs

I am trying to create a sample survey page using SurveryJS. Is it possible to limit number of questions per page. Let say i have 20 questions. I want to show 5 questions per page. Any inputs will help me
san
  • 87
  • 6