% content_for :before_content do %> <% title = "Tell us if your organisation is merging" %> <% content_for :title, title %> <%= govuk_back_link href: organisation_path %> <% end %>
Use this service to tell us if your organisation is merging with one or more other organisations. You can also use it to tell us about past merges that have not yet been reported to CORE.
Regardless of the merge type, you’ll be asked for:
<%= govuk_list [ "the organisations merging in CORE", "the merge type: for example one organisation absorbing the rest, or them all creating a new organisation", "to confirm or update the telephone number", "the merge date", "if user email addresses will change with this merge", ], type: :bullet %>Users must have access to their old email address, so they can confirm their new one.
You'll also be asked for the new organisation’s:
<%= govuk_list [ "name", "address", "telephone number", "housing provider type", "Regulator of Social Housing registration number", "held stock details", ], type: :bullet %> <%= govuk_warning_text text: "You will not be able to submit your request without the above information. Do not start the form until you have obtained all of the information. " %> <%= form_for @merge_request, url: merge_requests_path do |f| %> <%= f.hidden_field :requesting_organisation_id, value: @organisation.id %> <%= f.submit "Start now", class: "govuk-button govuk-button--start" %> <% end %>