survey-creator
survey-creator copied to clipboard
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 l...
```js creator.onPropertyValueChanging.add((sender, options) => { if(!!options.value && options.propertyName === "title" && options.obj.isQuestion) { options.obj.name = options.value.split(" ").join("_"); } }); ``` https://surveyjs.answerdesk.io/internal/ticket/details/T8862
similar to [rendered rows](https://github.com/surveyjs/survey-library/blob/fed0652db290b7f9c92e204b2762355f5a3ab5cc/src/react/panel-base.tsx#L82)
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/?node-id=10957%3A87296 
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SurveyJS?node-id=2361%3A24930

https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SurveyJS?node-id=2341%3A99230
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SurveyJS?node-id=9414%3A51806
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SurveyJS?node-id=9305%3A45326
https://www.figma.com/file/7QOeoDDCaPuqzWAROR0kDY/SurveyJS?node-id=9312%3A46413 current state  needed 