Colors Overriding

Now, you can have different colour configs for embeddings. The values for primary, secondary and background target the same components, similar to the actual forms.clevero.co.

🚧

Info

The colour changes you make for embeddings will not override the colours set on your online forms. These settings apply only to the embedded versions of your forms.

Available Parameters

Key

Type

Values

Description

colors

object

{ 
   primary: ā€œ#00ff00ā€, 
   secondary: ā€œ#ff0000ā€, 
   background: ā€œ#0000ffā€, }

This overwrites the colour config from the form.

It does not update the actual colour config in the online form.

Example Configuration

{
    "colors": {
        "primary": "#00ff00",
        "secondary": "#ff0000",
        "background": "#0000ff"
    }
}

šŸ“Œ Need Help?

If you require assistance or encounter any issues, please don't hesitate to contact us for further support.