diff options
author | Martin Wright <martin@mynameismartin.com> | 2017-07-06 16:48:16 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-07-07 11:43:13 +0100 |
commit | 8080651541e5b0cd3a5fbf80276273dac79273d8 (patch) | |
tree | 2745d32c8e87cbb2277ba28bce825de47006cb8e /templates | |
parent | 7c234d71c7691ccbd419032bee5e737146d82368 (diff) |
[fixmystreet.com] Optional phone on council form.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/about/council.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/about/council.html b/templates/web/fixmystreet.com/about/council.html index d36421fef..062a66a21 100644 --- a/templates/web/fixmystreet.com/about/council.html +++ b/templates/web/fixmystreet.com/about/council.html @@ -659,6 +659,11 @@ <p class="form-note">Ending in .gov.uk</p> </div> <div class="form-group"> + <label for="extra.phone">Contact phone number</label> + <span class="required required--optional">optional</span> + <input type="text" name="extra.phone" id="extra.phone"> + </div> + <div class="form-group"> <label for="email-newsletter" class="checkbox-label"> <input type="checkbox" name="extra.newsletter" value="Sign me up to the Better Cities newsletter" id="email-newsletter" class="checkbox-input"> Sign up for the Better Cities newsletter for news and insights on smarter technology for councils.</label> </div> <div class="form-group submit-group"> |