- Knowledge Base
- Revenues Forms
- Direct Debit
-
Customer Portal
-
Benefit Forms
-
Revenues Forms
-
Editing Forms
-
Customer Engagement Centre (Previously known as CSVu)
-
Blue Badge and Concessionary Travel
-
Built Environment
-
BACAS
-
Health (CHC)
-
Events
-
General Form Guidance
-
Technical Area
-
Open Process
-
Forms
-
Waste Services
-
'How to...' Sessions
-
Awards and Grants
-
Social Care Financial Assessments
-
Tender Responses - General
-
IEG4 Team Updates
-
Internal Process Guides
-
Public Protection
-
Local Land Charges
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.