Discounts and Exemptions - Settings
The following are the settings for the Council Tax Single Person Discount form that users will adjust.
| Name | Description |
| IntegrationEnabled | When set to true this means the form will integrate to a back office where APIs etc. are available |
| NavigationBar | This will ensure a navigation bar appears on the left hand side if true. |
| NavigationDynamic | This setting will ensure that if false a user cannot just move around pages. They need to complete the page they are on before they can move forward. |
| CTaxAccountMaxLength | This allows you to set the maximum length of the account number for the council tax account number field |
| CTaxAccountMinLength | This allows you to set the minimum length of the account number for the council tax account number field |
| CTaxAccountRegExPattern |
This allows the actual format of the council tax account number to be set using a regular expression. E.g. This below says there will be an initial number between 0 and 6. Followed by 11 digits that are 0 to 9. ^[0-6][0-9]{11}$ |
| DisableValidationOnPreviousButton | When set to true this will ensure that users can move backwards from a page even if they have made a mistake on the current page. |