Skip to content

Commit

Permalink
Merge pull request #1432 from alphagov/update-new-campaign-form
Browse files Browse the repository at this point in the history
Update 'Request a New Campaign' form
  • Loading branch information
AgaDufrat authored Aug 5, 2024
2 parents 1008a5b + 0821482 commit 1cfa03a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/campaign_requests/_request_details.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
<span class="form-wrapper">
<%= r.text_field :start_date, required: true, aria: { required: true }, placeholder: "dd-mm-yyyy", value: r.object.start_date, class: "input-md-2 form-control", data: { module: "calendar", format: "dd-mm-yy", min_date: 0 } %>
</span>
<p class="help-block">
Once your site is live, you should allow time for testing before driving traffic to it. We advise leaving 1-2 days for no-cost campaigns, and at least a week for paid advertising campaigns.
</p>
</div>

<div class="form-group">
Expand Down

0 comments on commit 1cfa03a

Please sign in to comment.