<%= form_with model: @case_log, method: "patch", 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.govuk_submit "Save and continue" %> <% end %>