<%= turbo_frame_tag "case_log_form" do %> <%= form_with action: '/case_logs', method: "next_question", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %> <%= f.govuk_number_field :tenant_age, hint: { text: "More detail" }, label: { text: "What is the tenant's age?", size: "l"}, min: 0, max: 150, step: 1, width: 20 %> <%= f.hidden_field :previous_question, value: :tenant_age %> <%= f.hidden_field :case_log_id, value: case_log_id %> <%= f.govuk_submit "Save and continue" %> <% end %> <% end %>