<%= simple_form_for @post do |f|%> <%= f.input :title, :label => false %> <%= f.input :text, :label => false %> <%= f.submit "Create Post" %> <% end %>