Summaries - Check Answers Page
4. Navigation style
So far all of the forms we've built in the tutorials have used the Navigation Button field to provide next buttons and back links on each page. We've done that because the GOV.UK Design System recommends you should (https://design-system.service.gov.uk/components/back-link (opens new window)).
The look and feel of your forms is ultimately up to you. This tutorial will now show you two different ways to add navigation to your form. Read the next two sections before deleting any fields from your form.
The wizard button approach in the next step is the simplest to build.
If you want to use back links the design is slightly more complex, because you'll have to had some show/hide logic into each page of your form. That's covered in step six.