<% content_for :before_content do %> <%= govuk_back_link( text: 'Back', href: :back, ) %> <% end %> <%= form_for(resource, as: resource_name, url: user_registration_path(), html: { method: :patch }) do |f| %>
<%= f.govuk_error_summary %>

Invite user to submit CORE data

<%= f.govuk_text_field :name, autocomplete: "name" %> <%= f.govuk_email_field :email, label: { text: "Email address" }, autocomplete: "email", value: resource.email %> <%= f.govuk_submit "Continue" %>
<% end %>