<%= form_for form, local: true do |f| %>
<%= f.text_field :title, class: 'input', placeholder: 'Title' %>
<%= f.text_field :thank_you_url, class: 'input', placeholder: 'Thank you url' %>
<%= f.submit class: 'button is-primary' %>
<% end %>