Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<%= turbo_frame_tag "case_log_form", target: "_top" do %>
|
|
|
|
<%= render GovukComponent::BackLinkComponent.new(href: "/case_logs/#{case_log_id}", text: 'Back') do %><% end %>
|
|
|
|
<%= form_with action: '/case_logs', method: "next_question", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %>
|
|
|
|
<%= f.govuk_text_field :tenant_code,
|
|
|
|
hint: { text: "More detail" },
|
|
|
|
label: { text: "What is the tenant code?", size: "l"},
|
|
|
|
width: 20
|
|
|
|
%>
|
|
|
|
<%= f.hidden_field :previous_question, value: :tenant_code %>
|
|
|
|
<%= f.hidden_field :case_log_id, value: case_log_id %>
|
|
|
|
<%= f.govuk_submit "Save and continue" %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|