diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-07-18 14:58:38 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-07-28 14:35:22 +0100 |
commit | 9d5e44842fdac0d3894ed82885a4079df85ba890 (patch) | |
tree | fa45b42ddeaa53e0c3d6bbb0f3778111fec54e94 /templates | |
parent | 256833eca11be4450312a5f6626503669b4b16f7 (diff) |
[fixmystreet.com] FMS Pro demo access request form
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet.com/about/council.html | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/about/council.html b/templates/web/fixmystreet.com/about/council.html index 062a66a21..93c2604d1 100644 --- a/templates/web/fixmystreet.com/about/council.html +++ b/templates/web/fixmystreet.com/about/council.html @@ -23,7 +23,33 @@ <p class="councils-hero__subtitle__secondary">Residents, staff and contractors love FixMyStreet for its easy-use interfaces. If you’re the budget-holder, you’ll love its sensible pricing, too.</p> </div> - + <div class="councils-hero__demo-access"> + <h2>Try FixMyStreet Professional right now, on our demo site</h2> + <form class="councils-hero__demo-access__form js-fms-pro-demo-form"> + <div class="form-group"> + <label for="demo-name">Name</label> + <span class="required">required</span> + <input type="text" name="name" id="demo-name" required> + </div> + <div class="form-group"> + <label for="demo-email">Contact email</label> + <span class="required">required</span> + <input type="email" name="em" id="demo-email" required> + <p class="form-note">Ending in .gov.uk</p> + </div> + <div class="form-group"> + <label for="demo-phone">Contact phone number</label> + <input type="text" name="extra.phone" id="demo-phone"> + </div> + <div class="form-group"> + <label for="demo-job">Job title</label> + <input type="text" name="job" id="demo-job"> + </div> + <div class="form-group submit-group"> + <input type="submit" value="Let me in" class="btn"> + </div> + </form> + </div> </div> <div class="councils-sales councils-sales--benefits"> <div class="councils-content-wrapper"> |