Personal Information <%= f.input :name %> <%= f.input :date_of_birth %> <%= f.input :gender %> <%= f.input :title %> <%= f.input :personal_webpage %> <%= f.input :blog %>
Contact Information <% if devise_mapping.confirmable? && resource.pending_reconfirmation? %>

Currently waiting confirmation for: <%= resource.unconfirmed_email %>

<% end %> <%= f.input :email, as: :email, required: true %> <%= f.input :alternate_email, as: :email %> <%= f.input :campus_phone_number, as: :tel %> <%= f.input :alternate_phone_number, as: :tel %>
Attach your profile image <%= f.input :files, as: :file, label: 'Upload your file' %>