surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
898 stars 373 forks source link

I have several questions with the survey creator. #5221

Closed chaklasiyanikunj closed 7 months ago

chaklasiyanikunj commented 7 months ago
  1. How do you use the date picker component with the survey creator? I checked it's available on your website with a third party, but is there any way to use it with the survey creator?

  2. I used the matrix below to create table-wise content. Is there any way to assign different data types to columns using a matrix? Matrix

  3. Can we merge the column name like the below image using a matrix? MergeColume

  4. Can we assign the HTML type to the Column in Matrix?

  5. Can we write only text inside Column in the matrix?

JaneSjs commented 7 months ago

Hello @chaklasiyanikunj,

  1. You can register a third-party widget within the SurveyJS Creator. For more information, please refer to the following demo: Integration with Third-Party Libraries. If you are developing a React/Angular/Vue 3 app, please consider implementing a corresponding UI component and integrating it within the SurveyJS Form Library and Creator.

  2. If you wish to configur different column types for a table-like input element, consider using a Multi-Select Matrix question.

  3. Unfortunately, merging column names is not possible with a SurveyJS Matrix.

  4. Yes, you can set the cellType to html. However, as HTML is a read-only field type and it doesn't allow user input, you won't be able to define different content within cells. Perhaps, the Expression cell type will work for you. Please clarify your end goal so that I can consider an option.

  5. To enter text within matrix columns, set the cellType to text or comment.

I hope this information helps. Please let me know if you have additional questions.

Additionally, let me note that SurveyJS Creator is a commercial product and it requires a developer license. For more information, please visit Licensing.

chaklasiyanikunj commented 7 months ago

Thank you so much for your Great Response.

I was satisfied with the first 3rd answer.

For the 4th and 5th points, Using matrix, I need to add a bullet point in the row like the below image.

multi matrix

Additionally,

Is there any way to put all the radio button or checkbox in single row? SingleLineRadioButton

chaklasiyanikunj commented 7 months ago

Any update on this issue?