Skip to content

Styling Multiple Environments

Requires core 4.1.47.

Building upon Custom Css For Clients, formbird are implementing a standardisation across applications. Many production level applications will have multiple development end test environments.

Within Formbird, we tend to adhere to the following standard. Eg. for application name 'app'

  • app.formbird.com
  • app-uat.formbird.com
  • app-test.formbird.com
  • app-dev.formbird.com

In order to avoid errors when working between environments, Styling is used to provide an indication of which environment is being used.

030ConfigEg

These can be accessed via https://cdn.formbird.com/release/styles/@4.1/

releaseStyles4.1

In the "css" section of your application configuration file,

Add the URL to the "mainFilePaths" array and adjust -test, -dev, -offline or -uat accordingly.

The following is using styles-test.css eg. "https://cdn.formbird.com/release/styles/@4.1/styles-test.css"

exampleBorder