% form_for("person", @person, :url => {:action => 'signup'}, :html => {:id => 'signup_form'}) do |f| -%>
Thanks for creating an account! We just need a few pieces of information from you before we can complete your signup process.
<%= render :partial => 'signup_form', :locals => { :f => f } %> <% end -%>