<%= form_for :form, html: { class: "inaccessible-form" } do |f| %>
Product name: <%= f.text_field :product_name %>
Description: <%= f.text_field :description %>
In stock: <%= f.check_box :available %>
<%= f.submit "Save" %>
<% end %>
<%= form_for :form, html: { class: "inaccessible-form" } do |f| %>
Product name: <%= f.text_field :product_name %>
Description: <%= f.text_field :description %>
In stock: <%= f.check_box :available %>
<%= f.submit "Save" %>
<% end %>