1to1help.net Open in urlscan Pro
13.235.221.176  Public Scan

URL: https://1to1help.net/verifyActivateAccount.do?email=surbhi.sinha2%40us.gt.com&actCode=2AA442D829CCC316485D4A26822F1B2...
Submission Tags: falconsandbox
Submission: On July 12 via api from US — Scanned from DE

Form analysis 16 forms found in the DOM

POST /Search.do

<form id="form-search" action="/Search.do" method="post">
  <input type="hidden" name="act" value="search">
  <input type="hidden" name="id" value="VcHZnjEaOM4ah6VYql9FXg==">
  <div class="form-group">
    <div class="controls">
      <input type="text" placeholder="Search" name="search" id="search" data-rule-required="true" class="form-control" value="" style="font-size:11px;height:25px;margin-top:5px;" maxlength="50">
    </div>
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" onclick="clearMsg();" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Login to your account</h3>
  <div class="box-content">
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 controls" id="loginId" style="margin:10px 0 -10px 0;">
        <div id="loginId" style="color:red"></div>
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <div class="input-icon left">
        <i class="icon-user"></i>
        <input type="text" placeholder="Username" name="username" id="username" data-rule-required="true" class="form-control" value="">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <div class="input-icon left">
        <i class="icon-key"></i>
        <input type="password" name="password" id="password" placeholder="Password" data-rule-required="true" autocomplete="off" class="form-control" value="">
      </div>
    </div>
  </div>
  <div id="captchaDiv" class="form-group" style="display:none;">
    <div class="g-recaptcha" data-sitekey="6LftwV0UAAAAAK8iVr_uk55PPJOaD1DZOXPonE_Y"></div>
  </div>
  <div class="form-group" align="center">
    <div class="controls col-md-3">
      <button style="background-color:#0bb9b5" id="fHomeLoginId" type="button" class="btn btn-primary form-control" onclick="submitInnerPageLoginAjax($('#username').val(), $('#password').val());">Login</button>
    </div>
  </div>
  <p class="clearfix" style="margin-left:70%">
    <a href="#modal-3" class="goto-forgot pull-left" data-toggle="modal">Forgot Password?</a>
  </p>
</form>

POST /MemberForgotPassword.do

<form id="form-login" action="/MemberForgotPassword.do" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Forgot Password</h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 controls" id="passId" style="margin:10px 0 -10px 0;">
        <div id="forgotValidId" style="color:red"></div>
      </div>
    </div>
    <div class="form-group">
      <div class="controls">
        <input type="email" placeholder="Email" name="mForgotEmail" id="mForgotEmail" class="form-control" data-rule-required="true" data-rule-email="true" value="">
        <span class="help-inline">Enter your email id</span>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 col-lg-offset-5 controls" style="background-color: BAB6B6">
        <span class="badge badge-xxlarge">OR</span>
      </div>
    </div>
    <div class="form-group">
      <div class="controls">
        <input type="text" placeholder="Username" name="mForgotuName" id="mForgotuName" data-rule-required="true" class="form-control">
        <span class="help-inline">Enter your user name</span>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 col-lg-offset-5 controls" style="background-color: BAB6B6">
        <span class="badge badge-xxlarge">OR</span>
      </div>
    </div>
    <div class="form-group">
      <div class="controls">
        <input type="text" placeholder="Phone Number" name="mPhone" id="mPhone" data-rule-required="true" class="form-control">
        <span class="help-inline">Enter your phone number</span>
      </div>
    </div>
    <div id="captchaDiv2" class="form-group" style="display:none;">
      <div class="g-recaptcha" data-sitekey="6LftwV0UAAAAAK8iVr_uk55PPJOaD1DZOXPonE_Y"></div>
    </div>
  </div>
  <div class="modal-footer" style="margin:-20px 0;">
    <div class="form-group">
      <div class="controls col-md-3 col-lg-offset-4">
        <button id="fSubmitId" type="button" class="btn btn-primary form-control" style="background-color:#0bb9b5" onclick="submitForgotAjax($('#mForgotuName').val(), $('#mForgotEmail').val(), $('#mPhone').val());">Submit</button>
      </div>
    </div>
  </div>
</form>

POST /SendActivationMail.do

<form id="form-login" action="/SendActivationMail.do" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
  <h3>Activation</h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <hr>
  <div class="box-content">
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 controls" id="activeId">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <input type="email" placeholder="Email" name="mActiveEmail" id="mActiveEmail" class="form-control" data-rule-required="true" data-rule-email="true" value="">
      <span class="help-inline">Enter your official email id.</span>
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-12 col-lg-12 controls">
      <span class="badge badge-xxlarge badge-info">OR</span>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <input type="text" placeholder="Username" name="mActiveuName" id="mActiveuName" data-rule-required="true" class="form-control">
      <span class="help-inline">If you don't have a official email id, please enter your user name and the activation link will be sent to your personal email id</span>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <button id="fActiveId" type="button" class="btn btn-primary form-control" onclick="submitActivationAjax($('#mActiveuName').val(), $('#mActiveEmail').val());">Send</button>
    </div>
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#666362;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Now available on :</h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <a href="https://play.google.com/store/apps/details?id=com.to1help.actionbarexample" target="_blank" style="float:left;margin-left:30px;">
									<img src="/assets/V_1/img/googleplay.png" width="125px" height="125px" style="margin-left:10px;margin-right:10px" alt="googleplay_logo">
									<p style="margin-left:50px;margin-right:10px;font-size:13px">Android</p>
								</a>
    <div style="border-left: 2px solid #808080;float:left;height:145px;width:2px;margin-left:40px;">&nbsp;</div>
    <a href="https://www.windowsphone.com/en-us/store/app/1to1help/c9106a61-c716-429a-a2a0-d92cd97874b2" target="_blank" style="float:left;margin-left:30px;">
									<img src="/assets/V_1/img/Windows.png" width="125px" height="125px" style="margin-left:10px;margin-right:10px" alt="windows_logo">
									<p style="margin-left:50px;margin-right:10px;font-size:13px">Windows</p>
								</a>
    <div style="clear:both"></div>
    <div style="border-bottom:2px solid #808080;line-height:5px;max-height:5px;"> &nbsp;</div>
    <!-- 								<a href="https://1to1help.net/bbm/apk" target="_blank"  style = "float:left;margin-top:10px;margin-left:30px;"> -->
    <!-- 									<p  style="margin-left:50px;margin-right:10px;font-size:13px">BlackBerry</p> -->
    <!-- 								</a> -->
    <div style="border-left: 2px solid #808080;float:left;height:145px;width:2px;margin-top:10px;margin-left:40px;">&nbsp;</div>
    <div style="float:left;margin-top:10px;margin-left:30px;">
      <img src="/assets/V_1/img/apple_icon.png" width="125px" height="125px" style="margin-left:10px;margin-right:10px">
      <p style="margin-left:12px;margin-right:10px;font-size:13px">Apple (Coming Soon!)</p>
    </div>
  </div>
  <div class="modal-footer" style="margin:-20px 0;">
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#666362;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Now available on :</h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <a href="https://play.google.com/store/apps/details?id=com.to1help.actionbarexample" target="_blank" style="float:left;margin-left:56px;">
									<img src="/assets/V_1/img/googleplay.png" width="125px" height="125px" style="margin-left:10px;margin-right:10px" alt="googleplay_logo">
									<p style="margin-left:50px;margin-right:10px;font-size:15px">Android</p>
								</a>
  </div>
  <div class="modal-footer" style="margin:-20px 0;">
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#666362;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Now available on :</h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <a href="https://www.windowsphone.com/en-us/store/app/1to1help/c9106a61-c716-429a-a2a0-d92cd97874b2" target="_blank" style="float:left;margin-left:56px;">
									<img src="/assets/V_1/img/Windows.png" width="125px" height="125px" style="margin-left:10px;margin-right:10px" alt="windows_logo">
									<p style="margin-left:50px;margin-right:10px;font-size:15px">Windows</p>
								</a>
  </div>
  <div class="modal-footer" style="margin:-20px 0;">
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#666362;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Coming soon on .. </h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <a href="" target="_blank" style="float:left;margin-left:56px;">
									<img src="/assets/V_1/img/blackberry.png" alt="blackberry_logo" width="125px" height="125px" style="margin-left:10px;margin-right:10px">
									<p style="margin-left:30px;margin-right:10px;font-size:15px">BlackBerry</p>
								</a>
  </div>
  <div class="modal-footer" style="margin:-20px 0;"></div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#666362;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Coming soon on .. </h3>
  <div id="loading" class="loader" style="display: none;"></div>
  <div class="box-content">
    <!--                                         <a href="https://1to1help.net/bbm/apk" target="_blank" style = "float:left;margin-left:56px;"> -->
    <!-- 											<p  style="margin-left:50px;margin-right:10px;font-size:15px">Apple</p> -->
    <!--                                         </a> -->
  </div>
  <div class="modal-footer" style="margin:-20px 0;"></div>
</form>

Name: changePasswordPOST /createPassword.do

<form name="changePassword" id="validation-form" action="/createPassword.do" class="form-horizontal" method="post" novalidate="novalidate">
  <input type="hidden" name="act" value="Submit">
  <input type="hidden" name="token" value="W4JX8XAQXA525NWY4BB2">
  <div class="form-group">
    <label class="col-sm-3 col-lg-12" style="text-align:center;">Password should contain 1 upper, 1 lower, 1 digit and 1 special character. Valid password length 8-30 characters.</label>
  </div>
  <div class="form-group">
    <label class="col-sm-3 col-lg-2 control-label">Type password</label>
    <div class="col-sm-9 col-lg-4 controls">
      <input type="password" name="newPass" id="newPass" class="form-control input-sm" style="height:35px">
    </div>
  </div>
  <div class="form-group">
    <label class="col-sm-3 col-lg-2 control-label">Re-type password</label>
    <div class="col-sm-9 col-lg-4 controls">
      <input type="password" id="confirmPassword" name="confirmPassword" style="height:35px" class="form-control input-sm">
    </div>
  </div>
  <div id="errorDiv" class="form_group alert-info" style="color:red;text-align:center;"></div>
  <div class="form-group">
    <div class="col-sm-9 col-sm-offset-5 col-lg-2 col-lg-offset-5">
      <button type="button" class="btn btn-primary" onclick="submitform();">Submit</button>
      <button type="button" class="btn" onclick="goBack();">Cancel</button>
    </div>
  </div>
</form>

POST

<form id="form-login" action="" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" style="color:#000;margin-top:5px" onclick="pauseFunc('audioClass')">x</button>
  <h3 style="background-color:#F2A449;padding:10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;" class="content_6">CHALLENGE GUIDELINES</h3>
  <div class="box-content">
    <div>
      <p>
        <span><b>STEP 1 : ELIGIBILITY</b></span><br>
        <span> There are 2 eligibility criteria you need to clear to be able to participate in the challenge. </span><br>
      </p>
      <ol>
        <li>You should be 10% above your ideal body weight range.</li>
        <li>This module is not suitable for people with any medical complications or for people who are on medications for any medical ailment. So, if you have any medical issues, you will not be eligible.</li>
      </ol>
      <p></p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 2 : SHARING HEALTH INFORMATION</b></span><br>
        <span>For us to help you with a customized diet plan, we would need your health information. You would need to complete a couple of forms as mentioned below -</span><br>
        <span>
        </span>
      </p>
      <ul>
        <li>Wellness Profile</li>
        <li>Diet Recall Form</li>
      </ul>
      <p></p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 3 : TELEPHONIC COUNSELLING WITH DIETITIAN</b></span><br>
        <span>Before our Dietitian plans a diet for you based on the information provided by you, she would discuss the diet modifications with you in details. This helps us plan the diets as personalized as possible to suit your work flow. The
          chances of you following the diet are far more when it is customized according to your needs.</span><br>
      </p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 4 : DIET PLAN</b></span><br>
        <span>Since this is a competition, to make it a fair one, we would be sending every participant's diet plans on the same date. The date will be announced shortly. Once you all get the diet plans, the countdown starts! This challenge is a time
          bound module, so each one of you will get 2 months to work on your health goals and lose maximum weight.</span><br>
      </p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 5 : WELLNESS COACHING</b></span><br>
        <span>Weight Loss doesn't start once you get the diet plans. To lose weight in the right way, you need a lot of dedication and planning! If you need someone to give you that push and motivation to stick to your new routine, our Wellness
          Coaches are right here!</span><br>
      </p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 6 : SWEAT IT OUT</b></span><br>
        <span>You get 3 months to follow the diet plan and make all the right modifications in your lifestyle. Make sure you also exercise every day and burn the fat and give it your best!</span><br>
      </p>
    </div>
    <hr style="height:1px; border:none; color:#000; background-color:#000;">
    <div>
      <p>
        <span><b>STEP 7 : CONCLUDING THE CHALLENGE</b></span><br>
        <span>At the end of these 3 months, you will have to enter your current weight (the end weight), so that we can check the total number of kgs you have lost during this period!</span><br>
      </p>
    </div>
  </div>
</form>

Name: feedbackForm /Feedback.do

<form action="/Feedback.do" class="form-horizontal" name="feedbackForm" id="feedbackForm">
  <button type="button" id="closeId" class="close" data-dismiss="modal" aria-hidden="true">x</button>
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Feedback</h3>
  <div class="form-group" style="margin-left:0px">
    <div class="col-lg-12 controls">
      <div id="validId" style="color:red"></div>
    </div>
  </div>
  <div id="formDivId">
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <strong>1. How did you come to know about this EAP service?</strong>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="poster"> Posters </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="brochure_wallet_card"> Brochure / Wallet Card </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="intranet"> Intranet </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="emailer"> e-mailers </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="talks"> Talks </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="yrainings_seminars"> Trainings /Seminars </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="induction_session"> Induction session </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="colleagues"> Colleagues </label>
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="hr_manager  "> HR / Manager </label>
        <!--label class="radio-inline">
											<input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="word_of_mouth" /> Word-of-mouth           
										 </label-->
        <label class="radio-inline">
          <input type="checkbox" data-rule-required="true" name="serviceKnow" id="serviceKnow" value="not_heard_till_now"> I hadn't heard about it until now </label>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <strong>2. Have you used the website resources (articles, assessment tests, HRA)? </strong>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <label class="radio-inline">
          <input type="radio" name="hra" id="hra" data-rule-required="true" value="YES" onclick="$('#2a').css('display','block');">
          <i class="icon-ok" style="font-size:26px"></i>
        </label>&nbsp;&nbsp; <label class="radio-inline">
          <input type="radio" name="hra" id="hra" data-rule-required="true" value="NO" onclick="$('#2a').css('display','none');">
          <i class="icon-remove" style="font-size:26px"></i>
        </label>
      </div>
    </div>
    <div id="2a" style="display:none;" class="col-md-offset-1">
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>Did you find them useful? </strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="hra_use" id="hra_use" value="YES">
            <i class="icon-ok" style="font-size:26px"></i>
          </label>&nbsp;&nbsp; <label class="radio-inline">
            <input type="radio" name="hra_use" id="hra_use" value="NO">
            <i class="icon-remove" style="font-size:26px"></i>
          </label>
        </div>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <strong>3. Have you attended any talks conducted by the EAP?</strong>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <label class="radio-inline">
          <input type="radio" name="eapTalks" id="eapTalks" data-rule-required="true" value="YES" onclick="$('#3a').css('display','block');">
          <i class="icon-ok" style="font-size:26px"></i>
        </label>&nbsp;&nbsp; <label class="radio-inline">
          <input type="radio" name="eapTalks" id="eapTalks" data-rule-required="true" value="NO" onclick="$('#3a').css('display','none');">
          <i class="icon-remove" style="font-size:26px"></i>
        </label>
      </div>
    </div>
    <div id="3a" style="display:none" class="col-md-offset-1">
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>Did you find them useful? </strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="eapTalks_use" id="eapTalks_use" value="YES">
            <i class="icon-ok" style="font-size:26px"></i>
          </label>&nbsp;&nbsp; <label class="radio-inline">
            <input type="radio" name="eapTalks_use" id="eapTalks_use" value="NO">
            <i class="icon-remove" style="font-size:26px"></i>
          </label>
        </div>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <strong>4. Would you recommend this service to others?</strong>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <label class="radio-inline">
          <input type="radio" name="serviceOthers" id="serviceOthers" data-rule-required="true" value="YES">
          <i class="icon-ok" style="font-size:26px"></i>
        </label>&nbsp;&nbsp; <label class="radio-inline">
          <input type="radio" name="serviceOthers" id="serviceOthers" data-rule-required="true" value="NO">
          <i class="icon-remove" style="font-size:26px"></i>
        </label>
      </div>
    </div>
    <div style="background-color:#E9F0F9;padding:5px;display:none" id="counsellingId">
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls" style="color:#a6b6cb;font-weight:bold">
          <strong><i class="icon-smile" style="font-size:16px;"></i></strong> Very satisfied <strong style="margin-left:25px"><i class="icon-meh" style="font-size:16px;"></i></strong> Satisfied <strong
            style="margin-left:25px"><i class="icon-frown" style="font-size:16px;"></i></strong> Dissatisfied
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>5a. Were you satisfied with the counselling service?</strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="counselling_service" id="counselling_service" data-rule-required="true" value="YES">
            <i class="icon-smile" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_service" id="counselling_service" data-rule-required="true" value="OK">
            <i class="icon-meh" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_service" id="counselling_service" data-rule-required="true" value="NO">
            <i class="icon-frown" style="font-size:26px"></i>
          </label>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>5b. Were you satisfied with the promptness of the counsellor's response / fixing of the appointment?</strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="counselling_response" id="counselling_response" data-rule-required="true" value="YES">
            <i class="icon-smile" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_response" id="counselling_response" data-rule-required="true" value="OK">
            <i class="icon-meh" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_response" id="counselling_response" data-rule-required="true" value="NO">
            <i class="icon-frown" style="font-size:26px"></i>
          </label>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>5c. How effective was your counsellor in addressing your concerns?</strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="counselling_effective" id="counselling_effective" data-rule-required="true" value="YES">
            <i class="icon-smile" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_effective" id="counselling_effective" data-rule-required="true" value="OK">
            <i class="icon-meh" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="counselling_effective" id="counselling_effective" data-rule-required="true" value="NO">
            <i class="icon-frown" style="font-size:26px"></i>
          </label>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>5d. What did you particularly like / dislike about your experience with the counselling service?</strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <textarea class="form-control" name="counselling_experience" id="counselling_experience" data-rule-required="true" rows="3" style="resize:none;width:80%"></textarea>
        </div>
      </div>
    </div>
    <div>&nbsp;</div>
    <div style="background-color:#E9F0F9;padding:5px;display:none" id="workshopId">
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <strong>5. You have taken an eWorkshop (Choosing a partner / Stress Audit). Did you find it useful?</strong>
        </div>
      </div>
      <div class="form-group" style="margin-left:0px">
        <div class="col-lg-12 controls">
          <label class="radio-inline">
            <input type="radio" name="workshop" id="workshop" data-rule-required="true" value="YES">
            <i class="icon-ok" style="font-size:26px"></i>
          </label>
          <label class="radio-inline">
            <input type="radio" name="workshop" id="workshop" data-rule-required="true" value="NO">
            <i class="icon-remove" style="font-size:26px"></i>
          </label>
        </div>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <strong>Additional comments (if any)</strong>
      </div>
    </div>
    <div class="form-group" style="margin-left:0px">
      <div class="col-lg-12 controls">
        <textarea class="form-control" name="additional" id="additional" rows="3" style="resize:none;width:80%"></textarea>
      </div>
    </div>
    <div class="form-group">
      <div class="col-lg-12" align="center">
        <button type="button" onclick="feedbackSubmit();" class="btn btn-primary">Submit</button>
        <button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
      </div>
    </div>
  </div>
</form>

#

<form action="#" class="form-horizontal">
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Set Username</h3>
  <div class="form-group">
    <div class="col-lg-12 controls">
      <strong>Please <a href="/changeusername">click here</a> to set your username, and browse the homepage.</strong>
    </div>
  </div>
</form>

Name: changePasswordPOST /ChangePassword.do

<form action="/ChangePassword.do" class="form-horizontal" id="validation-form" method="post" name="changePassword">
  <div class="form-group">
    <label class="col-sm-3 col-lg-2 control-label">Current password</label>
    <div class="col-sm-9 col-lg-4 controls">
      <input type="password" id="currentPass" name="currentPass" data-rule-required="true" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <label class="col-sm-3 col-lg-2 control-label">New password</label>
    <div class="col-sm-9 col-lg-4 controls">
      <input type="password" name="newPass" id="password" data-rule-required="true" data-rule-minlength="6" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <label class="col-sm-3 col-lg-2 control-label">Confirm new password</label>
    <div class="col-sm-9 col-lg-4 controls">
      <input type="password" name="confirm-password" id="confirmPassword" data-rule-required="true" data-rule-minlength="6" data-rule-equalto="#password" class="form-control">
    </div>
  </div>
  <div class="form-group">
    <div class="col-sm-9 col-sm-offset-5 col-lg-10 col-lg-offset-5">
      <button type="button" onclick="submitChangePasswordForm($('#currentPass').val(), $('#password').val(), $('#confirmPassword').val());" class="btn btn-primary">Submit</button>
    </div>
  </div>
</form>

#

<form action="#" class="form-horizontal">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button>
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff"><b>THANKS...for helping save lives.</b></h3>
  <div class="form-group">
    <div class="col-lg-12 controls" style="padding : 2% 3%;text-align: justify;">
      <p><b>Preventing Suicide : Reaching out and saving lives</b> is the International Theme for World Suicide Prevention Day, 10th September 2015.</p>
      <p>
      </p>
      <p>It is a myth that "people who talk about suicide do not do it". And it gives us great joy to remember all those situations where people have chosen to ignore this myth. Their concern and timely action of connecting troubled ones to
        professionals has contributed greatly towards the prevention of suicide. </p>
      <p>We would like to express our gratitude to all those who helped us in reaching out to close to 2000 individuals who had been thinking about taking their lives during their difficult times.</p>
      <p>We specially remember the companies who have initiated the EAP service for their employees; People Managers and HR's who were alert and sensitive to their team members' distress, who did not shy away from helping even post midnight;
        colleagues who encouraged their peers to seek help; The family members who did not overlook the signs of despair and willingly co-orperated with our counsellors to provide continuing care and support for their dear ones.</p>
      <p>We would also like to acknowledge and appreciate all those individuals who, despite their own pain and hesitations to take help, reached out to us and trusted their counsellor to guide them to happier times. </p>
    </div>
  </div>
</form>

POST /MemberLogin.do

<form id="form-login" action="/MemberLogin.do" method="post">
  <button type="button" class="close" data-dismiss="modal" aria-hidden="true" onclick="clearHomeMsg();" style="color:#000;margin-top:10px">x</button>
  <h3 style="background-color:#0bb9b5;padding:20px 20px 20px 10px;margin-left:-20px;margin-top:-20px;margin-right:-20px;color:#fff">Login to your account</h3>
  <div class="box-content">
    <div class="form-group">
      <div class="col-sm-12 col-lg-12 controls" style="color:red" id="loginInnerHomeId">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <div class="input-icon left">
        <i class="icon-user"></i>
        <input type="text" name="username" id="userHomename" placeholder="Username" class="form-control" value="">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <div class="input-icon left">
        <i class="icon-key"></i>
        <input type="password" name="password" id="passwordHome" placeholder="Password" class="form-control" autocomplete="off" value="">
      </div>
    </div>
  </div>
  <div class="form-group">
    <div class="controls">
      <label class="checkbox">
        <input type="checkbox" value="1" name="rememCkbx" id="rememCkbx"> Remember me </label>
    </div>
  </div>
  <div class="form-group">
    <div class="controls col-md-3">
      <button id="fHomeLoginId" style="padding:5px;width:auto;text-align:center;" type="button" class="btn btn-primary form-control" onclick="submitInnerPageLoginAjax($('#userHomename').val(), $('#passwordHome').val());">Sign In</button>
    </div>
  </div>
  <p class="clearfix" style="margin-left:70%">
    <a href="#modal-3" class="goto-forgot pull-left" data-toggle="modal">Forgot Password?</a>
  </p>
</form>

Text Content

 

Login Sign UpNew User?

 *   Home  
    
 *   Services
     
   * eCounselling
   * Face-to-Face
   * Telephone
   * Diet and Nutrition
   * eWorkshops
   * Health Risk Assessment
   * Legal
   * Finance
    
 * Assessment
    
 * eWorkshops
    
 *   Self-help
     
   * Self Development
   * Relationships
   * Work
   * Parenting
   * Wellness
    


x


LOGIN TO YOUR ACCOUNT





Login

Forgot Password?

x


FORGOT PASSWORD


Enter your email id
OR
Enter your user name
OR
Enter your phone number

Submit
x


ACTIVATION



--------------------------------------------------------------------------------


Enter your official email id.
OR
If you don't have a official email id, please enter your user name and the
activation link will be sent to your personal email id
Send
x


NOW AVAILABLE ON :



Android

 

Windows


 
 

Apple (Coming Soon!)


x


NOW AVAILABLE ON :



Android


x


NOW AVAILABLE ON :



Windows


x


COMING SOON ON ..



BlackBerry


x


COMING SOON ON ..






SET PASSWORD

Password should contain 1 upper, 1 lower, 1 digit and 1 special character. Valid
password length 8-30 characters.
Type password

Re-type password


Submit Cancel
Feedback / About Us / Contact Us / Invite Family Member

Terms and Conditions | Privacy policy



© 2022 1to1help.net
Strategic Partner

X


OPINION POLL


x


COVID-19 : COPING WITH ANXIETY AND PANIC


x


WORK FROM HOME: GETTING THE BALANCE RIGHT


x


STAYING POSITIVE WHILE SOCIAL DISTANCING


x


WHAT NOW? CHANGES_AND_UNCERTAINTIES


x


CHANGES AND UNCERTAINTIES


x


GUIDING TEENS AND CHILDREN


x


MENTAL HEALTH IN THE TIMES OF COVID-19


x


STRENGTHENING YOUR RELATIONSHIPS


x


CRISIS MANAGEMENT FOR MANAGERS


x


MANAGING ELDERS AND FAMILY MEMBERS


x


WHAT MAKES GOOD MENTAL HEALTH?


x


SELF-CARE TO PREVENT BURNOUT


x


SELF-CARE TIPS FOR LEADERS


x


INTERNATIONAL MEN'S DAY


x


HAPPINESS AT WORK


x


COPING WITH LONELINESS


x


LEADING WITH COMPASSION


x


1TO1HELP POSH VIDEO (HINDI)


x


1TO1HELP POSH VIDEO (ENGLISH)


x


1TO1HELP.NET

Sorry, you do not have access to this section.
x


CHALLENGE GUIDELINES

STEP 1 : ELIGIBILITY
There are 2 eligibility criteria you need to clear to be able to participate in
the challenge.


 1. You should be 10% above your ideal body weight range.
 2. This module is not suitable for people with any medical complications or for
    people who are on medications for any medical ailment. So, if you have any
    medical issues, you will not be eligible.



--------------------------------------------------------------------------------

STEP 2 : SHARING HEALTH INFORMATION
For us to help you with a customized diet plan, we would need your health
information. You would need to complete a couple of forms as mentioned below -


 * Wellness Profile
 * Diet Recall Form



--------------------------------------------------------------------------------

STEP 3 : TELEPHONIC COUNSELLING WITH DIETITIAN
Before our Dietitian plans a diet for you based on the information provided by
you, she would discuss the diet modifications with you in details. This helps us
plan the diets as personalized as possible to suit your work flow. The chances
of you following the diet are far more when it is customized according to your
needs.


--------------------------------------------------------------------------------

STEP 4 : DIET PLAN
Since this is a competition, to make it a fair one, we would be sending every
participant's diet plans on the same date. The date will be announced shortly.
Once you all get the diet plans, the countdown starts! This challenge is a time
bound module, so each one of you will get 2 months to work on your health goals
and lose maximum weight.


--------------------------------------------------------------------------------

STEP 5 : WELLNESS COACHING
Weight Loss doesn't start once you get the diet plans. To lose weight in the
right way, you need a lot of dedication and planning! If you need someone to
give you that push and motivation to stick to your new routine, our Wellness
Coaches are right here!


--------------------------------------------------------------------------------

STEP 6 : SWEAT IT OUT
You get 3 months to follow the diet plan and make all the right modifications in
your lifestyle. Make sure you also exercise every day and burn the fat and give
it your best!


--------------------------------------------------------------------------------

STEP 7 : CONCLUDING THE CHALLENGE
At the end of these 3 months, you will have to enter your current weight (the
end weight), so that we can check the total number of kgs you have lost during
this period!


x


FEEDBACK


1. How did you come to know about this EAP service?
Posters Brochure / Wallet Card Intranet e-mailers Talks Trainings /Seminars
Induction session Colleagues HR / Manager I hadn't heard about it until now
2. Have you used the website resources (articles, assessment tests, HRA)?
  
Did you find them useful?
  
3. Have you attended any talks conducted by the EAP?
  
Did you find them useful?
  
4. Would you recommend this service to others?
  
Very satisfied Satisfied Dissatisfied
5a. Were you satisfied with the counselling service?

5b. Were you satisfied with the promptness of the counsellor's response / fixing
of the appointment?

5c. How effective was your counsellor in addressing your concerns?

5d. What did you particularly like / dislike about your experience with the
counselling service?

 
5. You have taken an eWorkshop (Choosing a partner / Stress Audit). Did you find
it useful?

Additional comments (if any)

Submit Close


UPDATE PROFILE

Please click here to update your profile.


MY PROFILE

Please update your Profile. The details will help your counsellor work more
effectively with you.

The information will be used for counselling purpose only.

Click here to update your profile.


SET USERNAME

Please click here to set your username, and browse the homepage.


SET USERNAME AND PASSWORD

Please click here to update your username and password.


CHANGE PASSWORD

Your current password has expired, you need to change to the new password.
For security reasons you need to change the password.



Current password

New password

Confirm new password

Submit
x


THANKS...FOR HELPING SAVE LIVES.

Preventing Suicide : Reaching out and saving lives is the International Theme
for World Suicide Prevention Day, 10th September 2015.



It is a myth that "people who talk about suicide do not do it". And it gives us
great joy to remember all those situations where people have chosen to ignore
this myth. Their concern and timely action of connecting troubled ones to
professionals has contributed greatly towards the prevention of suicide.

We would like to express our gratitude to all those who helped us in reaching
out to close to 2000 individuals who had been thinking about taking their lives
during their difficult times.

We specially remember the companies who have initiated the EAP service for their
employees; People Managers and HR's who were alert and sensitive to their team
members' distress, who did not shy away from helping even post midnight;
colleagues who encouraged their peers to seek help; The family members who did
not overlook the signs of despair and willingly co-orperated with our
counsellors to provide continuing care and support for their dear ones.

We would also like to acknowledge and appreciate all those individuals who,
despite their own pain and hesitations to take help, reached out to us and
trusted their counsellor to guide them to happier times.

x


LOGIN TO YOUR ACCOUNT




Remember me
Sign In

Forgot Password?


CHAT


Press enter to send