<%= include_gon %>

Please select which days and times you will be available for Consultancy. You will be able to confirm every appointment before it is finalized.

<% (0..6).each do |day_index| %> <% end %> Next

First, select a Trade

Choose specific sub-trades:


Next

Set your rate!

How much do you want to earn off of an hour-long Appointment?

$ /hr

Fixxperts Hourly Rate:

$

25

Why We Restrict Rates:  Because Fixxperts prides itself on you, the Fixxperts, running your own business, you are able choose your hourly wage.

Next

Link Your Bank Account!

Fixxbook relies on Balanced Payments to give our fixxperts the easiest and most secure payment processing available toady. Balanced Payments accounts are created quickly and securely within our fixxbook website. Balanced Payments safely maintains all account information in it state-of-the-art security system, so you can safely send and receive payments without Fixxbook ever having access to your sensitive payment information.

<%= simple_form_for :payment, url: create_bank_onboard_payment_payments_path, :html => { :class => "bank-account-info" } do |f| %>





<%= f.select :type, ["CHECKING", "SAVINGS"] %>
Next <% end %>

Complete your profile!

Add some character to your profile:

<%= simple_form_for @tutor, :method => "post", :remote => true, :url => upload_image_onboarding_user_path(@tutor), :html => {:multipart => true, :class => 'form-horizontal upload_image' } do |f| %>
<%= image_tag(@tutor.image.url(:orginal), :alt => @tutor.name, :class => 'img-responsive', :style => "max-height: 308px;margin:auto;") %>
<%= f.fields_for :tmp_profile_image do |p| %>
<%= p.input :image, :label => "", :class => 'upload upload-picture tk-proxima-nova', :value => '', :required => false %>
<% end %> <% end %>





<%#*
%> <%#*%> <%#*%> <%#*
%> Submit for Approval

There will be a 24 hour buffer period before your profile is live

Thanks for signing up! To ensure quality Consultancy, there will be a 24 hour buffer period before your profile is live and you can start accepting appointments. Look out for an email from us shortly!

<%=render "layouts/footer"%>