- Knowledge Base
- Revenues Forms
- Direct Debit
-
Events
-
Customer Portal
-
Customer Engagement Centre (Previously known as CSVu)
-
General Form Guidance
-
Editing Forms
-
Benefit Forms
-
Revenues Forms
-
'How to...' Sessions
-
Health (CHC)
-
Technical Area
-
Open Process
-
Forms
-
Blue Badge and Concessionary Travel
-
Waste Services
-
Awards and Grants
-
Social Care Financial Assessments
-
IEG4 Team Updates
-
BACAS
-
Tender Responses - General
-
Internal Process Guides
-
Public Protection
-
Built Environment
How can I hide the options for weekly/fortnightly Direct Debit payment options?
First go to eGovHub >Files and select the form with the Direct Debit in it:
Within there are two files:- configuration/weeklypaymentcodes.xml
- configuration/fortnightlypaymentcodes.xml
In both of these set the section in bold to FALSE as shown:
<FortnightlyPayment>
<Enabled>FALSE</Enabled>
<PaymentFrequencyCode>F</PaymentFrequencyCode>
<FortnightlyCodes>
</FortnightlyCodes>
</FortnightlyPayment>
Also for Change of Address, you need to additionally set both of the following settings to false:
- EnableDirectDebitWeekly
- EnableDirectDebitFortnightly
Lastly ensure that you press the Copy hyperlink for the Development environment for the form you've just updated e.g. that immediately to the right of the name of the form.
And be sure to clear your browser history/cache.