diff --git a/src/Application/SubmitError.js b/src/Application/SubmitError.js index ace1470..16be187 100644 --- a/src/Application/SubmitError.js +++ b/src/Application/SubmitError.js @@ -17,7 +17,7 @@ const SubmitError = () => { <>
- +
diff --git a/src/Application/SubmitSuccess.js b/src/Application/SubmitSuccess.js index 8579f79..0f66629 100644 --- a/src/Application/SubmitSuccess.js +++ b/src/Application/SubmitSuccess.js @@ -20,7 +20,7 @@ const SubmitSuccess = () => { <>
- +
@@ -40,21 +40,16 @@ const SubmitSuccess = () => {

What happens next

- Step 1: You’ll receive an email to confirm we have received - your application. + Step 1: You’ll receive an email to confirm we have received your application.

- Step 2: You’ll receive an email within two working days, - Monday to Friday telling you your application has been - assessed and giving you an introduction to West Midlands Cycle - Hire. + Step 2: You’ll receive an email within two working days, Monday to Friday telling you your application has been assessed and giving you an introduction to Cycling for Everyone Go Cycle and Scoot.

- If you haven’t received an e-mail, please check your spam - folder before contacting us. + If you haven’t received an e-mail, please check your spam folder before contacting us.

- If you haven’t received an e-mail, contact Customer Services: + If you still haven’t received an e-mail, contact Customer Services:

  • diff --git a/src/Application/Survey/Q3Q4Survey.js b/src/Application/Survey/Q3Q4Survey.js index cdb171f..f417b1e 100644 --- a/src/Application/Survey/Q3Q4Survey.js +++ b/src/Application/Survey/Q3Q4Survey.js @@ -152,8 +152,7 @@ const Q3Q4Survey = () => {

    - Q5 - On average, how often would you say you e-scooter for at least 10 - minutes as part of your journey, for each of the following reasons: + Q5 - On average, how often would you say you use an e-scooter for at least 10 minutes as part of your journey, for each of the following reasons:

    { sectionPosition="Section 2 of 2" sectionName="LACF Survey" /> -

    Cycling for Everyone Cycle and scoot activity survey.

    +

    Cycling for Everyone Cycle and Scoot activity survey.

    Thank you for choosing to participate in Cycling for Everyone - Cycle - and scoot. Before you participate in the scheme, Transport + and Scoot. Before you participate in the scheme, Transport for West Midlands would like to ask you some questions about your current travel and the journeys that you typically make.

    This information will be extremely useful in helping us to understand - the impact of Cycling for Everyone cycle and scoot on those who have + the impact of Cycling for Everyone cycle and Scoot on those who have taken part.

    diff --git a/src/Application/section1/OutsideWmca.js b/src/Application/section1/OutsideWmca.js index 4743f64..398bb5b 100644 --- a/src/Application/section1/OutsideWmca.js +++ b/src/Application/section1/OutsideWmca.js @@ -12,7 +12,7 @@ const OutsideWmca = () => { return ( <>

    - +
    @@ -31,8 +31,10 @@ const OutsideWmca = () => {

    Eligibility Checker

    - To be eligible for this service, you must live in an IMD ward 1 or - 2 in the West Midlands Combined Authority area. + You need to live in Birmingham, Coventry, Dudley, Sandwell, Solihull, Walsall or Wolverhampton to qualify. +

    +

    + Please visit West Midlands Cycle Hire to get a pass and save money on cycle hire or West Midlands e-scooter to get a pass and save money on e-scooters in Birmingham.

    diff --git a/src/common/Address/AddressDetails.js b/src/common/Address/AddressDetails.js index f5613ee..be92756 100644 --- a/src/common/Address/AddressDetails.js +++ b/src/common/Address/AddressDetails.js @@ -14,6 +14,7 @@ const whereOptions = [ { value: "Sandwell", label: "Sandwell" }, { value: "Solihull", label: "Solihull" }, { value: "Walsall", label: "Walsall" }, + { value: "Wolverhampton", label: "Wolverhampton" }, ]; const AddressDetails = ({ prefix, addresses }) => { diff --git a/src/common/FormContentWrapper.js b/src/common/FormContentWrapper.js index a2a4da3..06c603b 100644 --- a/src/common/FormContentWrapper.js +++ b/src/common/FormContentWrapper.js @@ -4,7 +4,7 @@ import BreadCrumb from "../common/BreadCrumb"; const FormContentWrapper = ({ children }) => ( <> - +
    {children}