<%= form_with(model: @order) do |form| %> <% if @order.errors.any? %>

<%= pluralize(@order.errors.count, "error") %> prohibited this order from being saved:

<% end %> <%= form.text_field :length, placeholder: "Length" %> <%= button_tag class: "ui button primary" do %>
Get instant rate
<% end %> <% end %>