Unstyled forms
Use this page when you want to keep the SDK's behaviour but control the look of the form or modal entirely with your own CSS.
An existing form without styles
A modal without styles
What keeps working
- form submission
- validation
- success and error messages
- opening the modal
- the flow's redirect
- sending page data, such as UTMs
What stops being the SDK's job
- the form's appearance
- the modal's appearance
- the default visual theme
- the default visual classes
When to use it
Use data-cx-nostyles when:
- you already have a design system
- the page has to follow a look of its own
- you do not want to mix Clickmax styles with your local CSS