www.fithogaindia.com Open in urlscan Pro
166.62.10.140  Public Scan

Submitted URL: http://fithogaindia.com/
Effective URL: https://www.fithogaindia.com/
Submission: On March 06 via api from US — Scanned from SG

Form analysis 7 forms found in the DOM

POST #

<form action="#" method="post" id="subscribeform">
  <input type="email" name="email" placeholder="Enter your Email..." required="">
  <input type="hidden" name="method" value="subscribe">
  <input type="submit" value="Subscribe">
</form>

<form id="search">
  <div class=" col-md-3 col-sm-6 col-xs-12">
    <input type="text" class="leader-frm1 form-control" id="keywords" placeholder="Enter First Name/ID" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
  </div>
  <div class=" col-md-3 col-sm-6 col-xs-12">
    <select id="cat" name="cat" class="leader-frm1 form-control col-md-3 col-sm-6 col-xs-12">
      <option value="1">Daily Run</option>
      <option value="2">Daily Cycling</option>
      <option value="5">Weekly Challenge</option>
      <option value="6">One Day Challenge</option>
      <option value="19">90 Days Fitness Challenge</option>
      <option value="20">180 Days Fitness Challenge</option>
    </select>
  </div>
  <div class=" col-md-3 col-sm-6 col-xs-12">
    <select id="subcat" name="subcat" class="leader-frm1 form-control col-md-3 col-sm-6 col-xs-12">
      <option value="2">2k Challenges</option>
      <option value="3">3k Challenges</option>
      <option value="4">5k Challenges</option>
      <option value="5">7k Challenges</option>
      <option value="6">10k Challenges</option>
    </select>
  </div>
  <div class=" col-md-3 col-sm-6 col-xs-12">
    <select id="mm" onchange="" name="m" class="leader-frm1 form-control col-md-3 col-sm-6 col-xs-12">
      <option value="01">January</option>
      <option value="02">February</option>
      <option value="03" selected="">March</option>
      <option value="04">April</option>
      <option value="05">May</option>
      <option value="06">June</option>
      <option value="07">July</option>
      <option value="08">August</option>
      <option value="09">September</option>
      <option value="10">October</option>
      <option value="11">November</option>
      <option value="12">December</option>
    </select>
  </div>
</form>

POST #

<form action="#" method="post" id="contactform">
  <div class="col-md-10 w3_agileits_contact_left">
    <h3>Contact Us</h3>
    <input type="text" name="uname" placeholder="Your Name" required="">
    <input type="email" id="email1" name="email" placeholder="Your Email" required="">
    <input type="text" name="mobile" id="mobile1" maxlength="10" onkeypress="return isNumber(event);" placeholder="Phone Number" required="">
    <textarea name="message" placeholder="Your text here..." required=""></textarea>
    <img src="images/loader.gif" id="loader" style="display: none;">
    <div id="step4msg"></div>
  </div>
  <div class="col-md-2 w3_agileits_contact_right">
    <input type="submit" class="frmsubmit" value="">
  </div>
  <div class="clearfix"> </div>
</form>

<form id="forgotform">
  <div class="modal-body">
    <div style="padding:10px 15px;">
      <div class="form-group">
        <label for="email">Enter Registered Email-ID</label>
        <div class="input-group pb-modalreglog-input-group">
          <input type="email" class="form-control" name="email" placeholder="Email">
          <span class="input-group-addon"><span class="fa fa-user"></span></span>
        </div>
      </div>
      <input type="hidden" value="forgot" name="method">
      <img src="images/loader.gif" id="floader" style="display: none;">
      <p style="padding:0" id="fmsgstatus"></p>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
    <button type="submit" class="btn btn-primary">Send Password</button>
  </div>
</form>

<form id="signinform">
  <div class="modal-body">
    <div style="padding:10px 15px;">
      <div class="form-group">
        <label for="email">Email</label>
        <div class="input-group pb-modalreglog-input-group">
          <input type="email" class="form-control" name="email" placeholder="Email">
          <span class="input-group-addon"><span class="fa fa-user"></span></span>
        </div>
      </div>
      <div class="form-group">
        <label for="password">Password</label>
        <div class="input-group pb-modalreglog-input-group">
          <input type="password" class="form-control" name="pwd" placeholder="Password">
          <span class="input-group-addon"><span class="fa fa-lock"></span></span>
        </div>
      </div>
      <p style="padding:0"><a href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgotModal" class="blue-text">Forgot Password?</a></p>
      <input type="hidden" value="signin" name="method">
      <img src="images/loader.gif" id="lloader" style="display: none;">
      <p style="padding:0" id="msgstatus1"></p>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
    <button type="submit" class="btn btn-primary">Log in</button>
  </div>
</form>

<form class="pb-modalreglog-form-reg">
  <div class="modal-body">
    <div style="padding:10px 15px;">
      <div class="row">
        <div class="col-md-12">
          <div class="col-md-6">
            <div class="form-group">
              <label for="name">Name</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-user"></span></span>
                <input type="text" class="form-control" name="uname" placeholder="Your Name" maxlength="50" required="">
              </div>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <img src="images/noimg.png" id="upload1" style="height:70px; width:60px;">
              <input type="file" accept="image/*" id="uploadinput1" onchange="uploadimg(1);" name="file">
            </div>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <div class="col-md-6">
            <div class="form-group">
              <label for="name">Email</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-envelope"></span></span>
                <input type="email" class="form-control" name="email" placeholder="Your Email" maxlength="50" required="">
              </div>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <label for="name">Mobile</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-mobile"></span></span>
                <input type="text" id="mobilez" class="form-control" name="mobile" maxlength="10" onkeypress="return isNumber(event)" placeholder="Mobile" required="">
              </div>
              <input type="text" class="form-control" style="margin-top: 2px; display: none;" id="otp" placeholder="Enter OTP">
              <p style="padding:0;color:red;" id="mobileError"></p>
            </div>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <div class="col-md-6">
            <div class="form-group">
              <label for="name">Address</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-globe"></span></span>
                <textarea class="form-control" name="address" placeholder="Address" maxlength="100"></textarea>
              </div>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <label for="name">Pincode</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-globe"></span></span>
                <input type="text" class="form-control" name="pincode" placeholder="Pincode" onkeypress="return isNumber(event)" maxlength="6">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-md-12">
          <div class="col-md-6">
            <div class="form-group">
              <label for="password">Password</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-lock"></span></span>
                <input type="password" class="form-control" name="pwd" id="pwd" placeholder="Password" maxlength="30">
              </div>
            </div>
          </div>
          <div class="col-md-6">
            <div class="form-group">
              <label for="confirmpassword">Confirm password</label>
              <div class="input-group pb-modalreglog-input-group">
                <span class="input-group-addon"><span class="fa fa-lock"></span></span>
                <input type="password" class="form-control" name="cpwd" id="cpwd" placeholder="Confirm Password" maxlength="30">
                <input type="hidden" name="method" value="signup">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="form-group">
        <label><input type="checkbox" id="ch" name="chs" checked="" required=""> I agree with <a href="terms-conditions.php" target="_blank">Terms and Conditions.</a></label>
      </div>
      <img src="images/loader.gif" id="sloader1">
      <p style="padding:0" id="msgstatus1"></p>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
    <button type="submit" id="sbtn" class="btn btn-primary" disabled="">Sign up</button>
  </div>
</form>

POST #

<form action="#" method="post" id="signupform" enctype="multipart/form-data" autocomplete="off">
  <div class="col-md-6 wthree_pop_left">
    <label>Mr./Miss/Mrs.</label>
    <div class="agileits_w3layouts_user">
      <select class="form-control" name="salutation" required="">
        <option value="">Please select</option>
        <option value="Mr">Mr.</option>
        <option value="Miss">Miss</option>
        <option value="Mrs">Mrs.</option>
      </select>
    </div>
    <label>Your Email</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-at" aria-hidden="true"></i>
      <input type="email" name="email" placeholder=" " required="">
    </div>
    <label>Phone Number</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-phone" aria-hidden="true"></i>
      <input type="text" id="mobilexyz" name="mobile" maxlength="10" onkeypress="return isNumber(event)" placeholder="Mobile" required="">
      <label id="otpl" style="display:none;">Enter OTP</label>
      <input type="text" class="form-control" style="margin-top:2px;display:none;" id="otp" placeholder="Enter OTP">
      <p style="padding:0;color:red;" id="mobileError"></p>
    </div>
    <label>Your Pin</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-envelope-o" aria-hidden="true"></i>
      <input type="text" name="pincode" placeholder="Pincode" onkeypress="return isNumber(event)" maxlength="6">
    </div>
  </div>
  <div class="col-md-6 wthree_pop_left">
    <label>Your Name</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-user" aria-hidden="true"></i>
      <input type="text" name="uname" placeholder=" " required="">
    </div>
    <div style="height:90px;">
      <label>Upload Photo</label>
      <div class="agileits_w3layouts_user">
        <i class="fa fa-image" aria-hidden="true"></i>
        <img src="images/noimg.png" id="upload1" style="height:50px; width:50px;float:right;">
        <input type="file" accept="image/*" id="uploadinput1" onchange="uploadimg(1);" style="width:87px;margin-right:20px;float:right;" name="file">
      </div>
    </div>
    <label>Your Password</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-lock" aria-hidden="true"></i>
      <input type="password" name="pwd" id="pwd" placeholder="Password" maxlength="30" required="">
    </div>
    <label>Confirm Password</label>
    <div class="agileits_w3layouts_user">
      <i class="fa fa-lock" aria-hidden="true"></i>
      <input type="password" name="cpwd" id="cpwd" placeholder="Confirm Password" maxlength="30" required="">
      <input type="hidden" name="method" value="signup">
    </div>
  </div>
  <div class="clearfix"> </div>
  <div class="wthree_pop_up">
    <div class="wthree_pop_up_grid">
      <label>Address</label>
      <textarea placeholder="" name="address" required=""></textarea>
    </div>
    <label><input type="checkbox" id="ch" name="chs" checked="" required=""> I agree with <a href="terms-conditions.php" target="_blank">terms and conditions.</a></label>
    <img src="images/loader.gif" id="sloader" style="display: none;">
    <p style="padding:0" id="msgstatus"></p>
  </div>
  <input type="submit" id="sbtn" value="Submit Form">
</form>

Text Content

Toggle navigation Menu
 * Home
 * About us
 * Login
 * Registration
 * Gallery
 * Virtual Scoreboard
 * Contact us

 * +91 73 0487 5886
 * sunny@fithogaindia.com


FIT HOGA INDIAFITNESS CLUB




WELCOME TO FIT HOGA INDIA

DAILY WORKOUT


DAILY RUN

( 2K, 3K, 5K, 7K, 10K )

Register Now
₹ 400/-


DAILY CYCLING

( 2K, 7K, 11K, 21K, 50K )

Register Now
₹ 400/-


90 DAYS FITNESS CHALLENGE

( 2K, 3K, 5K, 7K, 10K)

Register Now
₹ 1100/-

180 DAYS FITNESS CHALLENGE

( 2K, 3K, 5K, 7K, 10K)

Register Now
₹ 2100/-


WEEKLY CHALLENGE

( 10k, 21k, 42k, 50k, 100k)

Register Now
₹ 400/-


ONE DAY CHALLENGE

( 10k, 21k, 42k, 50k, 100k)

Register Now
₹ 400/-


REGISTRATION STEPS

MORE DETAILS...

SIGNUP / LOGIN
PUT IN THE MILES
SUBMIT RESULTS
GET AWARDS

ABOUT US

Fit Hoga India is an online Portal based in Mumbai. We organize online
Challenges which can be completed in your own time at your own pace anywhere in
the world.




AWARDS


Prizes - Stunning Medals,
E - Certificate.






 * 

 * 

 * 

 * 

 * 

 1. 1
 2. 2
 3. 3

 * 
 * 




RULES

Steps to Become Fit Hoga India Sports Runner;


The Fit Hoga India running activity, starting in first day of every month. You
can choose any monthly activity challenge. You have full month for registration
for any category, No Last date concept here. Virtual Run activity can be done
anywhere at any time. Daily run is necessary but you can skip any day if you
have any Medical Reason or any Personal Work. Track your distance, using any app
or tracker on your mobile or tracker watch, than upload it to the website. App
Supported-Nike Run Club, Map My Run, Garmin Watch, Tom Tom Watch, Amazefit
Watch, Samsung Health, Google Fit, Run Keeper, Endomondo, Strava, Runtastic or
any GPS Watch. After the complete the activity you will get a Unique Medal by
Courier and E-Certificate by Mail with downloading Option. Please update your
Proper address along with Pin Code. Don’t upload fake entries on “Virtual
Scoreboard”. Evidence must be submitted on “Virtual Scoreboard” within end of
the month. Registration Is Available Online Only


VIRTUAL SCOREBOARD

Please search your entry by first name or ID and select your category and
challenge.

Daily RunDaily CyclingWeekly ChallengeOne Day Challenge90 Days Fitness
Challenge180 Days Fitness Challenge
2k Challenges3k Challenges5k Challenges7k Challenges10k Challenges
January February March April May June July August September October November
December
 

Virtual Rank Runner Name Category Country Sub-Category Activity Done (Kms) Pace
Timing Evidence 1 Ankit Kumar Daily Run IND 2k Challenges 142.65 38.0 Min/Km
View 2 Sandeep Kumar Daily Run IND 2k Challenges 166.34 8.0 Min/Km View 3 Wilson
Samuel Daily Run IND 2k Challenges 42.37 5.4 Min/Km View 4 Kaaviya Raja Daily
Run IND 2k Challenges 72.95 14.1 Min/Km View 5 KEYUR RATHOD Daily Run IND 2k
Challenges 58.64 13.2 Min/Km View

FITNESS CLUB


SPONSORS



Coming Soon






Coming Soon






Coming Soon






Coming Soon









FITNESS IMPROVE YOUR STYLE REGISTER HERE...

Register



NEXT CHALLENGE BEGIN



KEEP UPDATE YOUR SCOREBOARD

 * 25days
 * :
 * 04hours
 * :
 * 03minutes
 * :
 * 54seconds
 * :
 * 68millisec

PHOTO GALLERY


OUR CHALLENGERS



 * Daily Run
 * Daily Cycling
 * One Day Challenge
 * Weekly Challenge

NEERAJA GODE

SWAPNA TAYADE

KOREEV KAPADIA

VIKESH BAGHEL

RAJESH VISHWAKARMA

ANUP PILLAI



SWAPNA TAYADE

KOREEV KAPADIA

VIKESH BAGHEL



SWAPNA TAYADE

KOREEV KAPADIA

VIKESH BAGHEL

RAJESH VISHWAKARMA



RAJESH VISHWAKARMA



6


CHALLENGE

100+


REGISTRATION PER DAY

150


CITIES

20+


SPONSORS



TESTIMONIAL


OUR CUSTOMERS SAY

Sports has always been an on/off for me. A few years back I decided to take up
the Marathon challenge for 10K. That's when I decided that running should be a
part of my life. From once a year Marathon, I took up the Weekly challenge and
oh boy! It feels amazing. I now look forward to increase the number of kms i
run. DUATHLON- I'll be there soon!!!

KOREEV KAPADIA



I took 5km challenge and seriously its works, india is upgrading we can say
that, next month am going to take 10km daily challenge. Thanks to “FIT HOGA
INDIA” for this kind of initiate.

VIKESH BAGHEL



Recently I started running 2km daily challenge, during the running I was unable
to complete the challenge but after 5-6 days I feel good, Got energy, Positive
thinking that I can RUN and finally I completed my challenge and also got
certificate and Medal. Next time ill take the 10km challenge or will registered
on Duathlon. Thank You Fit Hoga India.com

RAJESH VISHWAKARMA



Being actively involved in sports throughout my growing up years, this has been
a blessing. It’s a fun way to keep fit and the leaderboard help friends to
challenge and push each other towards their goals and there’s something for
everyone as you can start with smaller challenges and work your way up.

NEERAJA GODE



No matter how big, tall, short, or small you are, there is an athlete inside
each and every one of us. You just have to let it out. Before this race I've
always been afraid to participate in public activities involving fitness. My
mindset has changed. Thank You www.fithogaindia.com for reminding me how much
fun life can be again and helping me on the road to a much healthier life style!
You guys are the best!

SWAPNA TAYADE



It Works, Challenges are part of life and I took 5km Daily Challenge and I done
it, Thank for Certificate and Medal, Good initiate by “Fit Hoga India.com”.
During the challenge I feel that running is little bit painful but when I
started the running on daily basis than I got the confidence and strength.

ANUP PILLAI



Sports has always been an on/off for me. A few years back I decided to take up
the Marathon challenge for 10K. That's when I decided that running should be a
part of my life. From once a year Marathon, I took up the Weekly challenge and
oh boy! It feels amazing. I now look forward to increase the number of kms i
run. DUATHLON- I'll be there soon!!!

KOREEV KAPADIA



I took 5km challenge and seriously its works, india is upgrading we can say
that, next month am going to take 10km daily challenge. Thanks to “FIT HOGA
INDIA” for this kind of initiate.

VIKESH BAGHEL



Recently I started running 2km daily challenge, during the running I was unable
to complete the challenge but after 5-6 days I feel good, Got energy, Positive
thinking that I can RUN and finally I completed my challenge and also got
certificate and Medal. Next time ill take the 10km challenge or will registered
on Duathlon. Thank You Fit Hoga India.com

RAJESH VISHWAKARMA



Being actively involved in sports throughout my growing up years, this has been
a blessing. It’s a fun way to keep fit and the leaderboard help friends to
challenge and push each other towards their goals and there’s something for
everyone as you can start with smaller challenges and work your way up.

NEERAJA GODE



No matter how big, tall, short, or small you are, there is an athlete inside
each and every one of us. You just have to let it out. Before this race I've
always been afraid to participate in public activities involving fitness. My
mindset has changed. Thank You www.fithogaindia.com for reminding me how much
fun life can be again and helping me on the road to a much healthier life style!
You guys are the best!

SWAPNA TAYADE



It Works, Challenges are part of life and I took 5km Daily Challenge and I done
it, Thank for Certificate and Medal, Good initiate by “Fit Hoga India.com”.
During the challenge I feel that running is little bit painful but when I
started the running on daily basis than I got the confidence and strength.

ANUP PILLAI


 * 1
 * 2
 * 3
 * 4
 * 5
 * 6

FITNESS CLUB


GET IN TOUCH WITH US




CONTACT INFO

   
 * sunny@fithogaindia.com
 *  
 * +91 73 0487 5886


SHARE US ON SOCIAL

 * 
 * 
 * 


CONTACT US






FAQ | About Us | Terms & Conditions | Privacy Policy | Rules

© 2019 Fit Hoga India. All rights reserved

×

FORGOT PASSOWRD

Enter Registered Email-ID




Close Send Password
×

LOGIN FORM

Email

Password


Forgot Password?



Close Log in
×

REGISTRATION FORM

Name


Email

Mobile




Address

Pincode

Password

Confirm password

I agree with Terms and Conditions.



Close Sign up


REGISTER HERE...

Mr./Miss/Mrs.
Please select Mr. Miss Mrs.
Your Email

Phone Number
Enter OTP



Your Pin

Your Name

Upload Photo

Your Password

Confirm Password


Address
I agree with terms and conditions.



Fit Hoga India ×

Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit
laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure
reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur,
vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.

Step 1
About Us ×

FIT HOGA INDIA is an online website for sports enthusiasts who want to discover,
learn, share and ultimately participate in running races and related activities.
Like, walk, run, cycle, multitask etc. Thousands of individuals visit in
Fithogaindia.com each month to for races and participate for their fitness. This
is an online website based in Mumbai, India. We organize online events which can
be completed in your own time at your own pace anywhere in the world. FIT HOGA
INDIA is a best platform for runners to promote the joy of running! We are
giving a quality running experience and bring out the best from them as runners
and as caring human beings. An important part of our commitment is to promote
running amongst children and especially those who are under-privileged.



STEP 1

Join/Register -Select your Monthly or Any Challenge which you can do and you
want to do in just Rs.400 Only

STEP 2

Challenges are; Run, Walk, Cycling, Duathlon - Start work out at any location,
during the workout record your result using any free fitness app or running app.

STEP 3

Submit Your Results on Leaderboard - Complete your challenge and submit evidence
on leaderboard

STEP 4

Get Awards - After complete the challenges we will send you the Unique Medals
and E-Certificate also.

 * Virtual Scoreboard User Details

S.No Runner Name Category Sub-Category Screenshot Workout Link Workout
Duration(HH:MM) Activity Date Updated Date Activity Done (KM.) Pace Timing

To Top