nationalchurchresidences.livehealthyignite.com Open in urlscan Pro
2606:4700:10::ac43:2615  Public Scan

Submitted URL: https://wellnessyourway-ncr.com/
Effective URL: https://nationalchurchresidences.livehealthyignite.com/users/sign_in
Submission: On May 05 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /users/sign_in

<form class="p-3" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="/UomrT8i97eoYE022SJO1ZvOUVGYayFL1aRCj6xU6PpNjBluEQEjsXaMWnn9nllAw2znuQOlJLKapxCOBwwdog=="
    autocomplete="off">
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_login">Login</label>
    <input class="form-control form-control-sm" placeholder="Username or email" required="required" type="text" name="user[login]" id="user_login">
  </div>
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_password">Password</label>
    <input autocomplete="off" class="form-control form-control-sm" placeholder="Password" required="required" type="password" name="user[password]" id="user_password">
  </div>
  <input type="submit" name="commit" value="Log In" class="btn btn-info btn-sm u-floaty" data-disable-with="Log In">
</form>

POST /users/sign_in

<form class="new_user" id="new_user" action="/users/sign_in" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="/UomrT8i97eoYE022SJO1ZvOUVGYayFL1aRCj6xU6PpNjBluEQEjsXaMWnn9nllAw2znuQOlJLKapxCOBwwdog=="
    autocomplete="off">
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_login">Login</label>
    <input class="form-control" placeholder="Username or email" required="required" autofocus="autofocus" type="text" name="user[login]" id="user_login">
  </div>
  <div class="form-group mb-3">
    <label class="visually-hidden" for="user_password">Password</label>
    <input autocomplete="off" class="form-control" placeholder="Password" required="required" type="password" name="user[password]" id="user_password">
  </div>
  <div class="form-group mb-3">
    <input type="submit" name="commit" value="Log In" class="btn btn-info padding-left padding-right u-floaty" data-disable-with="Log In">
  </div>
  <small>
    <a class="link d-block text-truncate" href="/users/password/new">Forgot your password?</a>
  </small>
</form>

POST /inquiries

<form class="js-validate" id="new_inquiry" action="/inquiries" accept-charset="UTF-8" method="post" novalidate="novalidate"><input type="hidden" name="authenticity_token"
    value="/UomrT8i97eoYE022SJO1ZvOUVGYayFL1aRCj6xU6PpNjBluEQEjsXaMWnn9nllAw2znuQOlJLKapxCOBwwdog==" autocomplete="off">
  <div class="row">
    <div class="col-6 form-group mb-3">
      <label for="inquiry_name">Name</label>
      <input class="form-control" placeholder="Name" required="required" type="text" name="inquiry[name]" id="inquiry_name">
    </div>
    <div class="col-6 form-group mb-3">
      <label for="inquiry_email">Email</label>
      <input class="form-control" placeholder="Email" required="required" type="email" name="inquiry[email]" id="inquiry_email">
    </div>
    <div class="col-12 form-group mb-3">
      <label for="inquiry_category">Category</label>
      <select class="form-control" required="required" name="inquiry[category]" id="inquiry_category">
        <option value="">-- Select --</option>
        <option value="Login Information">Login Information</option>
        <option value="Sign Up Information">Sign Up Information</option>
        <option value="Challenge Recording">Challenge Recording</option>
        <option value="Incentives / Swag">Incentives / Swag</option>
        <option value="Demo Request">Demo Request</option>
        <option value="Mobile Application">Mobile Application</option>
        <option value="Other">Other</option>
      </select>
    </div>
    <div class="col-12 form-group mb-3">
      <label for="inquiry_message">Message</label>
      <textarea class="form-control" placeholder="Message / Request" rows="5" required="required" name="inquiry[message]" id="inquiry_message"></textarea>
    </div>
    <div class="col-12 margin-bottom-sm">
      <div class="g-recaptcha" data-sitekey="6LdFR8chAAAAAIzqfJk23NnAcyAf4Gy-3cg965v_">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-55dd3nwp8jky" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdFR8chAAAAAIzqfJk23NnAcyAf4Gy-3cg965v_&amp;co=aHR0cHM6Ly9uYXRpb25hbGNodXJjaHJlc2lkZW5jZXMubGl2ZWhlYWx0aHlpZ25pdGUuY29tOjQ0Mw..&amp;hl=de&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;size=normal&amp;cb=gwuvc7g52fgr"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
    </div>
  </div>
  <input autocomplete="off" type="hidden" name="inquiry[user_id]" id="inquiry_user_id">
  <div class="row">
    <div class="col-12 col-md-12 form-group mb-3">
      <input type="submit" name="commit" value="Submit" class="btn btn-primary" data-disable-with="Submit">
    </div>
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Navigate Wellbeing Solutions uses cookies on this platform. By using the
Service, you consent to the use of cookies. You can read more about our cookie
policy here.

Accept
You need to sign in or sign up before continuing.
 * Overview
 * Sponsors
 * Contact

Join Now
Sign In
Login
Password

Forgot your password?
Language
▼



NEW TO WELLNESS YOUR WAY?

If you have not signed in before please click the below button to activate your
account.

Join Now

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

SIGN IN

Login
Password

Forgot your password?


FEATURED CHALLENGE


2024 NAVIGATING NUTRITION - NATIONAL CHURCH RESIDENCES



Join Now


YOUR ROADMAP TO WELLNESS

Welcome to National Church Residences - Wellness Your Way program.


SPONSORS

Welcome to National Church Residences - Wellness Your Way program.


CONTACT

,   

Email: info@navigatewell.com

Phone: (888) 282-0822



Name
Email
Category -- Select -- Login Information Sign Up Information Challenge Recording
Incentives / Swag Demo Request Mobile Application Other
Message




NATIONAL CHURCH RESIDENCES

Join Now



© 2024 National Church Residences
Terms of Service
Privacy Policy
Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern