diff --git a/docs/documentation/using-notify.md b/docs/documentation/using-notify.md index 099a7733d4..055d50006e 100644 --- a/docs/documentation/using-notify.md +++ b/docs/documentation/using-notify.md @@ -74,17 +74,14 @@ var NotifyClient = require('notifications-node-client').NotifyClient, Make a page with a form to collect the user’s email address. For example: ``` -{% from "input/macro.njk" import govukInput %} -
- {{ govukInput({ - label: { - text: "Email address" - }, - id: "emailAddress", - name: "emailAddress" - }) }} +
+ + +