<%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myForms' ) do %>

<%= render "layouts/front/sidebar" %>

<% if @userProfile!=nil && @userProfile.sup_firstime =='Y' %>Update your profile <% else %> Kindly update your profile to activate your account<% end %>

<% if flash[:error] %>
× <%= flash[:error] %>
<% end %>
<% interst = '' if @userProfile!=nil interst = @userProfile.sup_interest.split(",") end %>
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_1" autocomplete="off" value="Health"/>Health
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_2" autocomplete="off" value="Environment"/>Environment
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_3" autocomplete="off" value="Fashion"/>Fashion
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_4" autocomplete="off" value="Food & Drink"/>Food & Drink
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_5" autocomplete="off" value="Home"/>Home
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_6" autocomplete="off" value="Travel"/>Travel
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_7" autocomplete="off" value="Fitness"/>Fitness
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_8" autocomplete="off" value="Sports"/>Sports
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_9" autocomplete="off" value="Adventure Sports"/>Adventure Sports
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_10" autocomplete="off" value="Art & Literature"/>Art & Literature
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_11" autocomplete="off" value="Socialising"/>Socialising
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_12" autocomplete="off" value="Music"/>Music
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_13" autocomplete="off" value="Yoga & Meditation"/>Yoga & Meditation
  • checked="checked"<% end %> name="sup_interest[]" id="sup_interest_14" autocomplete="off" value="Sustainability"/>Sustainability
<% reasons = '' if @userProfile!=nil reasons = @userProfile.sup_reason.split(",") end %>
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_1" autocomplete="off" value="The Rewards"/>The rewards
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_2" autocomplete="off" value="To be more socially conscious"/>To be more socially conscious
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_3" autocomplete="off" value="Discover brands with a conscious"/>Discover brands with a conscious
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_4" autocomplete="off" value="Feel good factor"/>Feel good factor
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_5" autocomplete="off" value="Find ways to create a positive impact"/>Find ways to create a positive impact
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_6" autocomplete="off" value="Free stuff"/>Free stuff
  • checked="checked"<% end %> name="sup_reason[]" id="sup_reason_7" autocomplete="off" value="other"/>other (please fill in)
<% hears = '' if @userProfile!=nil hears = @userProfile.sup_hear.split(",") end %>
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_1" autocomplete="off" value="Friend"/>Friend
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_2" autocomplete="off" value="Instagram"/>Instagram
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_3" autocomplete="off" value="Facebook"/>Facebook
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_4" autocomplete="off" value="Word of mouth"/>Word of mouth
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_5" autocomplete="off" value="Google Search"/>Google search
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_6" autocomplete="off" value="Oonline article"/>Online article
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_7" autocomplete="off" value="Influencer"/>Influencer
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_8" autocomplete="off" value="Printed Article"/>Printed Article
  • checked="checked"<% end %> name="sup_hear[]" id="sup_hear_9" autocomplete="off" value="Other"/>Other
<% end %>