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
1
vote
2 answers

Adding line breaks using Survey.js

I have a question that I want to have multiple paragraphs in the "title" field. What is the simplest way to add line breaks with survey.js? Currently looking into using custom CSS to make "description" style match the "title" style , let me know if…
Spencer s
  • 27
  • 3
1
vote
1 answer

SurveyJS with React - problems loading JSON

I am having problems loading JSON into a react component that will render a survey powered by SurveyJS. Everything works just fine when I define the survey data as a object in the component file. Does not work when I get the JSON from API…
English
  • 11
  • 3
1
vote
1 answer

how to label in between surveyjs radio group

But using surveyjs i cannot find any solution to add between the radio button. some working code to edit link2 [1]: https://i.stack.imgur.com/CWQVL.png [2]: https://jsfiddle.net/myselfdesai/xeyqca75/
Amar Desai
  • 77
  • 3
  • 13
1
vote
2 answers

SurveyJS results

I'm implementing surveys on the company's internal website using SurveyJS -> surveyjs.io integrated with Node.js. All the survey results are stored in the local database in the JSON format. I've finished the management part and can store, modify and…
1
vote
2 answers

How to convert stringified surveyjs JSON-like object into actual JSON

I'm working on a an application that uses the survey building library surveyjs. I'm building a tool where users can input a survey JSON from that website into a form that is then sent as a string via an ajax request that triggers an AWS Lambda…
Kyle Frye
  • 111
  • 1
  • 11
1
vote
1 answer

Integrating Surveyjs with Nativescript + Angular

I am trying to merge surveyjs along with my NativeScript application. I have referred URL for merging the same with Angular application From the Angular demo code given on website, we have to add event handler for Complete button where we can get…
Rajan Phatak
  • 524
  • 8
  • 24
1
vote
1 answer

Embedded surveyJS Issue

I'm following the guidance (https://surveyjs.io/Survey/Builder/) to embed a survey in my page. On the site mentioned above> embed survey > Use jQuery For bootstrap framework Show Survey on the page. I have a Laravel app, and the page renders…
Maxcot
  • 1,513
  • 3
  • 23
  • 51
1
vote
0 answers

SurveyJS Angular2 Error

I just added surveyjs to my angular 2 project and am getting a constant error in the console, no matter what I try. The error I am getting is this.survey.doAfterRenderSurvey is not a function. I think this is something built into surveyjs. The only…
0
votes
0 answers

Validation with input Mask for text type field in surveyJs

I am using inputMask with validators. In one case when value is auto populated it is giving error (Negative numbers and special characters are not allowed) even when the value is right. The value used is MYR 23,456.00 that gets auto populated. With…
0
votes
0 answers

Replicating uploadTempFiles and getTempFile for SurveyJS in PHP

I am an experienced PHP and Javascript developer but implementing SurveyJS for the first time. I am trying to program and emulate the uploadTempFile and getTempFiles which SurveyJS graciously offer as a temporary solution from their own…
Webcliq
  • 16
  • 2
0
votes
0 answers

Not able to Convert HTML to pdf and download using surveyJS

I have a json object of a surveyJS. I want to save it as pdf using Node.js. Documentations are showing the operation by using Angular or React. But I should use node const json = { "logoPosition": "right", "pages": [ …
0
votes
0 answers

SurveyJS embedding an Angular mat-select dropdown

Hopefully someone can help me with this, suspect it's something basic I'm missing or not understanding. I am trying to create custom question that incorporates a dropdown, populated with data from a service along with a button to create a new…
Xeinn
  • 1
0
votes
0 answers

how to take a picture directly within the Survey?

SurveyJS offers the option to use a FilePicker, but on mobile devices, this results in the File Explorer being opened. I want our users to have the ability to immediately use their camera and upload the taken picture as a file. However, I'm…
0
votes
1 answer

Advice: CustomWidget or adjust CSS? Surveyjs with Next.js, Material UI v5 (custom theme)

I would appreciate some advice. This is the current situation: nextjs app with material ui v5 which uses a custom theme this theme gets used in multiple apps, so the look and feel are always the same I want to build surveys forms via the creator…
Henrik
  • 53
  • 6
0
votes
1 answer

Displaying the surveyjs results in a web page

I have my surveyjs results stored in a database. Each survey response has been stored in a string json-like format. Now I want to display it back in a read-only (or editable) form like the original one on a web page. I'm using ASP.NET and…
Bentech
  • 468
  • 5
  • 14
1 2
3
9 10