<%= form_for @form do |f| %> <%= f.text_field :title %> <%= f.text_field :thank_you_url %> <%= f.submit %> <% end %>