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
915 stars 373 forks source link

Survey Creator White Label #5494

Closed marcio closed 6 months ago

marcio commented 6 months ago

Asking a question:

Hi there, I'm looking for examples and documentation on how to white-label the survey creator UI. This is not about showing or hiding tabs, like the logic tab, but more specific UI changes, like colours, padding, and dark mode at the survey creator. Is it possible without overriding the CSS?

TIA.

JaneSjs commented 6 months ago

Hello @marcio, If you wish to customize the SurveyJS creator's branding to match your brand identity, you can do so by customizing the creator CSS rules. Please refer to the following demo to learn how to enable the dark mode: Custom Theme using CSS variables.

Should you have any further questions, please let us know.