From 57b59a861c9662ac05a98f3f64a35a8312700575 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Fri, 9 Sep 2022 11:54:03 +0100 Subject: [PATCH] feat: add hidden field --- app/views/locations/edit_local_authority.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/locations/edit_local_authority.html.erb b/app/views/locations/edit_local_authority.html.erb index 716531a92..ab48f0da3 100644 --- a/app/views/locations/edit_local_authority.html.erb +++ b/app/views/locations/edit_local_authority.html.erb @@ -25,6 +25,8 @@ <%= f.hidden_field :page, value: "edit-local-authority" %> + <%= f.hidden_field :add_another_location, value: params[:add_another_location] %> +
<%= f.govuk_submit "Save and continue" %>