Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Summary details transformations

If you wish to modify how the details on summary pages are displayed, you can do so by creating summary details transformations. These transformations allow you to modify the SummaryViewModel.details before they are displayed to the user.

Read more about the implementation in the runner documentation

This example shows you how to create a production docker build that includes summary details transformations. Full instructions for production docker builds can be found in the production docker build example.

This example includes

Testing

  1. Run docker build -t digital-form-builder-runner:latest . in this directory
  2. Run docker run -p 3009:3009 digital-form-builder-runner:latest to start the built image. The runner will be available at localhost:3009. The test form can now be accessed at localhost:3009/test
  3. Navigate to http://localhost:3009/test and fill in the form
  4. See that the summary page uppercases all the user's answers