- Knowledge Base
- Customer Portal
- Adding Content - Intermediate
-
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 do I provide a list of back office values where there are multiple values?
In February 2018, we provided the ability to do a repeating loop on the values pulled back from the back office where it is relevant.
I.e. instead of just: When was my last payment?
You could have: How can I see all of my previous payments?
Because it will be able to go through all payments made previously and display them.
The following provides an example of this in a HTML table format for Council Tax payments:
<strong>Payments Breakdown</strong>
Below is a breakdown of all of the payments on your account this year:
<table class="table table-striped">
<thead>
<tr>
<th>Date of Payment</th>
<th>Transaction Description</th>
<th>Payment Amount</th>
</tr>
</thead>
<tbody>
{