diff --git a/app/views/cbv_flows/employer_search.html.erb b/app/views/cbv_flows/employer_search.html.erb index 81dac0488..e05d426a0 100644 --- a/app/views/cbv_flows/employer_search.html.erb +++ b/app/views/cbv_flows/employer_search.html.erb @@ -24,7 +24,7 @@

Results

<%= render partial: 'employer', locals: { employer: @employers } %> - <%= form_with url: cbv_flow_summary_path, method: :post, class: 'display-none', data: { 'cbv-flows-target': "form" } do |f| %> + <%= form_with url: next_path, method: :post, class: 'display-none', data: { 'cbv-flows-target': "form" } do |f| %> <% end %>