From d8355be6fc4615ce5e49db8cd102dcfccdca545e Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 13 Aug 2020 11:40:09 +0100 Subject: [PATCH] Add comment explaining use of textbox for tel --- app/main/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main/forms.py b/app/main/forms.py index befcd4243..825c39158 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -1562,6 +1562,7 @@ class ServiceContactDetailsForm(StripWhitespaceForm): url = GovukTextInputField("URL") email_address = GovukEmailField("Email address") + # This is a text field because the number provided by the user can also be a short code phone_number = GovukTextInputField("Phone number") def validate(self):