Page cover

Activating License

A page detailing how you activate an equate forms license

How to activate my license?

This step requires a equate forms license key, if you don't have one, you can purchase one herearrow-up-right.

Once you have your hands on a license key there are multiple ways of activating it for your site depending on if you're a developer or a generic user.

Via Backoffice

To activate your license key via the backoffice, locate the banner at the top-center of the overview page. To the right, you'll find an "Activate License" button. Click it, enter your license key, and select "Activate." If valid, your premium features will be enabled.

For Developers

If you're a developer and you have equate forms installed on your site (Locally), you can place the license key in the appsettings.json file to ensure the license stays activate across all your environments as shown below:

"EquateForms": {
    "LicenseKey": "Your license key"
}

Note: Activating your license key through the backoffice will also write to this location.

Last updated