You can also enable it for a single form via html and novalidate: false attribute:
html
novalidate: false
= simple_form_for offer, url: '/any-url', method: :post, html: { novalidate: false } do |f|