Skip to content

Commit

Permalink
Release (#27)
Browse files Browse the repository at this point in the history
* remove app end message

* cyclewise v2 amends

* form amends (#17)

* add promotion end page

* add form route

* add azure routing json

* remove foobar route

* fix: title (#19)

* update app title

* form amends

* update logo url

* feat: survey amends (#22)

* copy amends

* question updates

* form amends

* add district dropdown

* feat: survey amends (#23)

* copy amends

* question updates

* form amends

* add district dropdown

* add in all questions

* fix district dropdown

* add name and dob

* copy amends
  • Loading branch information
rolorogan committed Oct 25, 2023
1 parent 057ec2a commit c7b5eb0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/Application/SubmitError.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SubmitError = () => {
<>
<Header heading="Apply for support with West Midlands cycle and scooter hire costs" />
<div className="wmnds-container">
<BreadCrumb currentPageName="Apply for free cycle hire" />
<BreadCrumb currentPageName="Apply for Go Cycle and Scoot" />
<div className="wmnds-container-alerts-sign-up">
<div className="wmnds-grid">
<div className="wmnds-col-1 wmnds-col-sm-2-3">
Expand Down
15 changes: 5 additions & 10 deletions src/Application/SubmitSuccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SubmitSuccess = () => {
<>
<Header heading="Apply for support with West Midlands cycle and scooter hire costs" />
<div className="wmnds-container">
<BreadCrumb currentPageName="Apply for free cycle hire" />
<BreadCrumb currentPageName="Apply for Go Cycle and Scoot" />
<div className="wmnds-grid">
<div className=" wmnds-col-1 wmnds-col-md-2-3">
<div className="wmnds-col-1 wmnds-m-b-xl">
Expand All @@ -40,21 +40,16 @@ const SubmitSuccess = () => {
<h2>What happens next</h2>
<div className="wmnds-m-b-lg">
<p>
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.
</p>
<p>
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.
</p>
<p>
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.
</p>
<p>
If you haven’t received an e-mail, contact Customer Services:
If you still haven’t received an e-mail, contact Customer Services:
</p>
<ul>
<li>
Expand Down
3 changes: 1 addition & 2 deletions src/Application/Survey/Q3Q4Survey.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ const Q3Q4Survey = () => {
</RadioGroup>

<p>
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:
</p>

<Dropdown
Expand Down
6 changes: 3 additions & 3 deletions src/Application/Survey/SuveyIntro.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ const SurveyIntro = () => {
sectionPosition="Section 2 of 2"
sectionName="LACF Survey"
/>
<h2>Cycling for Everyone Cycle and scoot activity survey.</h2>
<h2>Cycling for Everyone Cycle and Scoot activity survey.</h2>
<p>
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.
</p>
<p>
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.
</p>
<p>
Expand Down
8 changes: 5 additions & 3 deletions src/Application/section1/OutsideWmca.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const OutsideWmca = () => {
return (
<>
<Header heading="Apply for support with West Midlands cycle and scooter hire costs" />
<BreadCrumb currentPageName="Apply for free cycle hire" />
<BreadCrumb currentPageName="Apply for Go Cycle and Scoot" />
<main className="wmnds-container wmnds-container--main wmnds-p-b-lg wmnds-grid">
<div className="wmnds-col-1 wmnds-col-md-2-3">
<div className="wmnds-col-1 wmnds-m-b-md">
Expand All @@ -31,8 +31,10 @@ const OutsideWmca = () => {
<p>Eligibility Checker</p>
<Question text="Sorry, your postcode is not within our eligible area." />
<p>
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.
</p>
<p>
Please visit <a href="https://www.wmcyclehire.co.uk/" target="_blank">West Midlands Cycle Hire</a> to get a pass and save money on cycle hire or <a href="https://beryl.cc/index.php/scheme/west-midlands-e-scooters" target="_blank">West Midlands e-scooter</a> to get a pass and save money on e-scooters in Birmingham.
</p>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/common/Address/AddressDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down
2 changes: 1 addition & 1 deletion src/common/FormContentWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BreadCrumb from "../common/BreadCrumb";

const FormContentWrapper = ({ children }) => (
<>
<BreadCrumb currentPageName="Apply for free cycle hire" />
<BreadCrumb currentPageName="Apply for Go Cycle and Scoot" />
<main className="wmnds-container wmnds-container--main wmnds-p-b-lg wmnds-grid">
<div className="wmnds-col-1 wmnds-col-md-2-3">{children}</div>
</main>
Expand Down

0 comments on commit c7b5eb0

Please sign in to comment.