surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.11k stars 801 forks source link

Create a webpage using SurveyJS in React #5815

Closed skverma771 closed 3 months ago

skverma771 commented 1 year ago

Are you requesting a feature, reporting a bug or asking a question?

What is the current behavior?

What is the expected behavior?

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

skverma771 commented 1 year ago

Can we create a webpage using SurveyJS in React, and if we need to create multiple SurveyJS for a single page and based on them, we want to create a search functionality, then how can we do it?

JaneSjs commented 1 year ago

Hello @skverma771, To create a webpage using SurveyJS for React, please follow this tutorial: Add a Survey to a React Application. You can create multiple surveys in a single page. Each survey is located in a container div HTML element; so to create multiple surveys, create multiple div elements for each survey.

Regarding the search functionality: please elaborate on it.