Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_includes/components/button.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=slTDN7CF9UeyIge0jXdO4_ilodveSHFHhPiySEIy8k9UOEtTRVo3M1RXSE5FVkVWUzZKUE9CSkVPViQlQCN0PWcu"
<a href="https://forms.office.com/Pages/ResponsePage.aspx?id=slTDN7CF9UeyIge0jXdO4-wXWyN79ZdLkmec1Fsc491UNUNJUkpPTjBXMjdZM0xZT0ZHRUxBNFVWMy4u"
target="_blank">
<button class="nhsuk-button">
{{ include.text }}
Expand Down
11 changes: 0 additions & 11 deletions docs/pages/footer/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ The following content is non-accessible for the following reasons.

### Non-compliance with the accessibility regulations

The NHS logo image in the header is missing an appropriate aria-label, making it hard for people with screen readers to understand what the image is. This fails WCAG 2.2 success criterion 1.1.1 (non-text content).

We plan to add an aria-label to this image in a future release.

When using 'create and submit a template', people using screen readers may not understand the relationship of the template guidance to the main task of creating a template. Additionally, when the tables in the preview screens are resized, a logical tab order is not maintained. This fails WCAG 2.2 success criterion 1.3.1 (info and relationships).

In a future release we plan to:

- amend the HTML structure to reflect the intended relationships between the guidance and the main task of creating a template
- ensure a logical tab order when the screen is resized

Autocomplete is turned off by default, making it harder to fill out any form elements when using 'create and submit a template'. This fails WCAG 2.2 success criterion 1.3.5 (identity input purpose).

Autocomplete is turned off by default because the text a user enters into ‘create and submit a template’ will almost always be different for each submission. This makes autocomplete inappropriate for these fields. When we add new features that ask users for repeatable information, autocomplete will be enabled.
Expand Down
20 changes: 12 additions & 8 deletions docs/pages/get-started/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,27 @@ permalink: /get-started/

## 1. Check if NHS Notify is right for you

Use NHS Notify if your organisation or service sends:
You can only use NHS Notify if your organisation or service sends:

- [messages that are part of a campaign]({% link pages/using-nhs-notify/campaigns.md %})
- [event based messages]({% link pages/using-nhs-notify/event-based-messaging.md %})
- [event-based messages]({% link pages/using-nhs-notify/event-based-messaging.md %})
- [direct messages]({% link pages/using-nhs-notify/direct-messaging.md %})
- [messages that are part of a campaign]({% link pages/using-nhs-notify/campaigns.md %})

You also need to have:

You may need to read our:
- funding or a budget agreed for sending messages
- a way to get the NHS numbers of your recipients
- technical or developer support to build your integration with NHS Notify

You should also read our:

- [terms and conditions (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/terms-and-conditions){:target="\_blank"}
- [acceptable use policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/acceptable-use-policy){:target="\_blank"}
- [privacy policy (opens in a new tab)](https://digital.nhs.uk/services/nhs-notify/transparency-notice){:target="\_blank"}

## 2. Register your interest with NHS Notify

If you think NHS Notify is right for you, complete the following form to register your interest. This will open in a new tab.
## 2. Register your interest

We’ll contact you within 10 working days to find out more about your needs.
Complete the following form to register your interest with NHS Notify. This will open in a new tab.

{% include components/button.html
text="Register your interest"
Expand Down
Loading