1.data from model objects AND the page template
2. form_for(@object, :url=>{:action=>'create'})
3.:format (that period is a concatenation period)
4.do |f| (where "f" can be anything)
Answer:2