From 6cdd349cc527cff6f7cef9bed6918fda5a375098 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Thu, 16 Feb 2017 16:46:41 +0000 Subject: [fixmystreet.com] Clarify council contact form. * Tweak wording to make it clearer that the form is unsuitable for residents wanting to report street problems. * Record HTTP Referer when form is submitted, so we can see which pages are leading people to the FMS4C page. * Tidy up capitalisation elsewhere in headings on the page. Fixes #1553. --- templates/web/fixmystreet.com/about/council.html | 41 ++++++++++++------------ web/cobrands/fixmystreet.com/fmsforcouncils.scss | 7 +++- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/templates/web/fixmystreet.com/about/council.html b/templates/web/fixmystreet.com/about/council.html index 5419f6c11..5abbbb2ef 100644 --- a/templates/web/fixmystreet.com/about/council.html +++ b/templates/web/fixmystreet.com/about/council.html @@ -27,7 +27,7 @@
-

Digital Excellence

+

Digital excellence

FixMyStreet was co-designed with council insiders. We made it into the most user-centred, accessible approach to non-emergency issue reporting available today. And now it’s the leader in its class.

@@ -114,7 +114,7 @@

Works with

-

Customer Management

+

Customer management

  • Lagan
  • Microsoft Dynamics
  • @@ -149,12 +149,12 @@
    -

    Simple fault reporting

    +

    Basic FixMyStreet integration

    £7,500 per year

    The award-winning FixMyStreet experience seamlessly integrated with your site. A responsive web application for reporting, viewing and discussing problems - branded to match your site’s styles and templates. Use FixMyStreet for Councils to keep your residents up to date and route problems by email to the correct individual or team. The internal dashboard eanbles you to manage performance.

    -

    Case‐management Integration

    +

    Case‐management integration

    £15,000 per year

    Our award-winning reporting solution – your existing processes and systems. We’ll integrate FixMyStreet into your customer, case or asset management system ensuring that there’s minimal impact on your organisation. Accept reports, automatically publish updates and reports from other channels via your existing tools, directly onto FixMyStreet.

    Supported services include: Confirm, Mayrise, MS Dynamics and Exor. If you use an alternative service or your own internal system we’ll scope and implement additional support via our Specialist Cloud Service.

    @@ -180,14 +180,14 @@

    Bring your own, or we can provide

    -

    Custom Map Tiles

    +

    Custom map tiles

    £1,500 per year

    FixMyStreet comes with OpenStreetMap/Bing geographical base maps as standard. But for a completely unique look, or to key in with your existing mapping visuals, we can support the industry standard WMS maps of your choice.

    -

    Custom Geocoding

    +

    Custom geocoding

    £1,500 per year

    Transforming an address into a point on a map: it’s called geocoding, and we utilise Bing, OpenStreetMap and Google’s services as standard. But if you have your own geocoding system, we can integrate that to ensure a precise location for a given postcode, address or place name.

    @@ -223,9 +223,22 @@
    -

    Order

    +

    Request a free demo

    +
    + + required +
    + + + +
    +
    +
    + + +
    required @@ -245,20 +258,8 @@
    -
    - - required -
    - - - -
    -
    -
    - - -
    + diff --git a/web/cobrands/fixmystreet.com/fmsforcouncils.scss b/web/cobrands/fixmystreet.com/fmsforcouncils.scss index 49b294eac..d2d2182f8 100644 --- a/web/cobrands/fixmystreet.com/fmsforcouncils.scss +++ b/web/cobrands/fixmystreet.com/fmsforcouncils.scss @@ -559,7 +559,7 @@ $fms-green: #62b356; font-weight: normal; } textarea { - height: 15em; + height: 10em; } textarea, input[type="text"], @@ -591,6 +591,11 @@ $fms-green: #62b356; } } + .council-order__form__product__price { + margin-left: 0.5em; + color: #999; + } + .form-group { position: relative; @media (min-width: 44em) { -- cgit v1.2.3