This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Journeys | |
All of our services have one common theme, they require a user to complete, or at least start, a journey. | |
Journeys comprise of steps, a single step can have a page, a form or another step. | |
A page typically has some copy, some information for the user to consider. Where by a form contains validation and | |
fields for a user to fill in. | |
In this case we can learn from past projects and take what has worked with them in the past. |
OlderNewer