<%=question_form doop, res do %> <%=question "/page/about_you" do |root, answer| %> <%=question "/page/about_you/your_name" do |root,answer| %> <%=doop_textfield "title", answer, res, :label => "Title (eg. Mrs, Miss, Ms, Mr or Dr)" %> <%=doop_textfield "firstname", answer, res, :label => "Firstname" %> <%=doop_textfield "middlenames", answer, res, :label => "Middlename(s)" %> <%=doop_textfield "surname", answer, res, :label => "Surname or family name" %>

<% end %> <%=question "/page/about_you/known_by_other_name" do |root,answer| %>

If you had a different maiden name, please answer Yes.


<% end %> <%=question "/page/about_you/previous_name" do |root,answer| %> <%=doop_textfield "answer", answer, res %> <% end %> <%=question "/page/about_you/dob" do |root,answer| %>

Please provide this in the format dd/mm/yyyy eg. 25/02/1977

<%=doop_textfield "answer", answer, res %> <% end %> <%=question "/page/about_you/your_address" do |root,answer| %> <%=doop_textfield "address1", answer, res, :label => "Address" %> <%=doop_textfield "address2", answer, res %> <%=doop_textfield "address3", answer, res %> <%=doop_textfield "postcode", answer, res, :label => "Postcode" %> <% end %> <%=question "/page/about_you/lived_at_address_for_more_than_12_months" do |root,answer| %>
<% end %> <%=question "/page/about_you/last_address" do |root,answer| %> <%=doop_textfield "address1", answer, res, :label => "Address" %> <%=doop_textfield "address2", answer, res %> <%=doop_textfield "address3", answer, res %> <%=doop_textfield "postcode", answer, res, :label => "Postcode" %> <% end %> <%=question "/page/about_you/your_phone_numbers" do |root,answer| %>
<%=doop_textfield "daytime", answer, res, :label => "Daytime phone number" %> <%=doop_textfield "evening", answer, res, :label => "Evening phone number" %> <% end %> <%=question "/page/about_you/have_nino" do |root,answer| %> <%=info_box do %>

This will be on:

  • a P60 certificate from your employer
  • a PAYE Coding Notice or a letter from us
  • a payslip from your employer
  • any letter from the Department for Work and Pensions or Jobcentre Plus
  • <% end %>
    <% end %> <%=question "/page/about_you/nino" do |root,answer| %> <%=doop_textfield "answer", answer, res, :label => "Example of a National Insurance number is 00123456A" %> <% end %> <% when_answered "/page/about_you" do %> <% end %> <% end %> <% end %>