UKHomeOfficeForms / hof

Bootstrap a HOF project
MIT License
15 stars 17 forks source link

Pass `confirmStep` from app options into form wizard #157

Closed lennym closed 6 years ago

lennym commented 6 years ago

This allows an app to configure its own confirm step, and not be bound strictly to /confirm

I assumed in #154 that options passed into the bootstrap function on an app would automatically passed to the form wizard. This was mistaken. The options need to be passed explicitly.