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>
{