umademopage1com.helpsify.in
Open in
urlscan Pro
169.44.187.153
Public Scan
Submitted URL: https://umademopage1com.helpsify.in/
Effective URL: https://umademopage1com.helpsify.in/login
Submission: On July 20 via api from US — Scanned from IT
Effective URL: https://umademopage1com.helpsify.in/login
Submission: On July 20 via api from US — Scanned from IT
Form analysis
3 forms found in the DOMPOST
<form ng-submit="login.submitLoginForm()" method="POST" ng-show="!login.requestOtp || login.requestUserDetailsChange" class="ng-pristine ng-invalid ng-invalid-required">
<input type="hidden" name="_token" value="IUvE0OrWXDIhd5ThUVCr17iDSM9mOfCOehJIfYVF" autocomplete="off">
<div class="loginnSignupForm w-100 mb-0">
<div class="mb-5px">
<label class="font-14 font-weight-600 mb-8px d-block px-5px">Email or Username</label>
<div class="textInput">
<input autocomplete="on" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" name="email" id="email" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
ng-change="login.loginFormChange('email')" ng-model="login.loginMail" value="" placeholder="eg., John Doe" required="" withtext="">
</div>
<!-- ngIf: login.userNameErr -->
<!-- ngIf: !login.userNameErr -->
<p ng-if="!login.userNameErr" class="textDanger font-weight-600 font-11 mb-0 pt-15px px-5px ng-scope"></p><!-- end ngIf: !login.userNameErr -->
</div>
<div class="mb-2px">
<label class="font-14 font-weight-600 mb-8px d-block px-5px">Password</label>
<div class="textInput d-flex align-items-center flex-row position-relative">
<input type="password" name="password" id="login_password" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-change="login.loginFormChange('password')" ng-model="login.loginPassword"
placeholder="e.g., ******" required="" withtext="">
<span class="d-flex align-items-center cursor-pointer mr-10px position-absolute right-0" ng-click="login.showPassword('login_password')">
<!-- ngIf: login.showEyeVisible==true --><span ng-if="login.showEyeVisible==true" class="d-flex ng-scope" data--duration="[600, 300]" data-tippy-arrow="" data-tippy-animation="shift-away" data-tippy-content="Show" name="show">
<svg style="" class=" icon icon-lightgray icon-16">
<use xlink:href="/svg/demopageIcons.svg?id=169626b7027e2891f20bca3bad78b3cb#sprite-eye_visible"> </use>
</svg>
</span><!-- end ngIf: login.showEyeVisible==true -->
<!-- ngIf: login.showEyeVisible==false -->
</span>
<span id="passwordVisibleIcon" class="d-none cursor-pointer"></span>
</div>
<!-- ngIf: login.passwordFieldErr -->
<!-- ngIf: login.UsernameError -->
<!-- ngIf: !login.passwordFieldErr && !login.UsernameError -->
<p ng-if="!login.passwordFieldErr && !login.UsernameError" class="textDanger mb-0 font-weight-600 font-11 pt-15px px-5px ng-scope"></p><!-- end ngIf: !login.passwordFieldErr && !login.UsernameError -->
</div>
</div>
<div class="d-flex justify-content-between align-items-center px-5px forgetPasswordBlock">
<span class="forgotPassword">
<a class="linkTextColor hoverEffect" id="forgotPasswordId" ng-click="app.loginWindow('forgot_password', 'login-create-free-account','forgotpassword', 'popupTwo','navbarLogin');app.loginStatus='forgot_password'" data-toggle="tab" href="#forgotPasswordTab">Forgot Password?</a>
</span>
</div>
<div class="loginnSignupForm w-100">
<button type="submit" ng-class="login.login_submited ? 'circleloader':''" class="btn c-btnPrimary w-100 pr-30px pl-30px font-weight-700 font-14" ng-disabled="login.loginDisabled" disabled="disabled">
<div class="circleGapLoader ng-hide" ng-show="login.login_submited"></div>
<span ng-show="!login.login_submited" class=""> Continue with email</span>
</button>
</div>
</form>
POST
<form ng-submit="login.submitSignupForm()" method="POST" class="ng-pristine ng-invalid ng-invalid-required">
<input type="hidden" name="_token" value="IUvE0OrWXDIhd5ThUVCr17iDSM9mOfCOehJIfYVF" autocomplete="off"> <input type="hidden" name="_token" id="token" value="IUvE0OrWXDIhd5ThUVCr17iDSM9mOfCOehJIfYVF" autocomplete="off">
<input type="hidden" name="from_page" id="from_page" value="" autocomplete="off">
<input type="hidden" name="from_button" id="from_button" value="" autocomplete="off">
<div class="loginnSignupForm mb-0 w-100">
<div class="mb-2px">
<label class="font-14 font-weight-700 mb-8px d-block px-5px">Full Name</label>
<div class="textInput">
<input autocomplete="on" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" name="name" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
ng-change="login.signupValidation('name')" ng-model="login.name" value="" placeholder="eg., John Doe" required="" withtext="">
</div>
<!-- ngIf: login.name_message -->
<!-- ngIf: !login.name_message -->
<p ng-if="!login.name_message" class="textDanger m-0 pt-15px font-11 font-weight-600 px-5px ng-scope"></p><!-- end ngIf: !login.name_message -->
</div>
<div class="mb-2px" ng-init="login.userNameUrl = login.domainName+'/@'+login.user_name">
<label class="font-14 font-weight-700 mb-8px d-block px-5px">User Name</label>
<div class="textInput">
<input id="idBox" type="text" name="user_name" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-change="login.signupValidation('user_name')" ng-model="login.user_name " value=""
placeholder="eg., John Doe" required="" withtext="">
</div>
<!-- ngIf: login.user_name_message -->
<!-- ngIf: login.signupUsernameErr -->
<!-- ngIf: !login.signupUsernameErr && !login.user_name_message -->
<p ng-if="!login.signupUsernameErr && !login.user_name_message" class="textDanger m-0 pt-15px font-11 font-weight-600 px-5px ng-scope"></p><!-- end ngIf: !login.signupUsernameErr && !login.user_name_message -->
</div>
<div class="mb-2px">
<label class="font-14 font-weight-700 mb-8px d-block px-5px">Email Address</label>
<div class="textInput">
<!-- ngIf: app.subscribeEmail -->
<input autocomplete="on" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" name="email" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
ng-change="login.signupValidation('email')" ng-model="login.email" value="" placeholder="eg., john@doe.com" required="" withtext="">
</div>
<!-- ngIf: login.email_message -->
<!-- ngIf: login.signupEmailErr -->
<!-- ngIf: !login.signupEmailErr && !login.email_message -->
<p ng-if="!login.signupEmailErr && !login.email_message" class="textDanger font-11 pt-15px mb-0 font-weight-600 px-5px ng-scope"></p><!-- end ngIf: !login.signupEmailErr && !login.email_message -->
</div>
<div class="mb-2px">
<label class="font-14 font-weight-700 mb-8px d-block px-5px">Password</label>
<div class="textInput position-relative d-flex align-items-center flex-row">
<input id="signup_password" type="password" name="password" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-change="login.signupValidation('password')" ng-model="login.password"
placeholder="eg., ******" required="" withtext="">
<span class="d-flex align-items-center cursor-pointer mr-10px position-absolute right-0" ng-click="login.showPassword('signup_password')">
<!-- ngIf: login.showEyeVisible==true --><span ng-if="login.showEyeVisible==true" class="d-flex ng-scope" data--duration="[600, 300]" data-tippy-arrow="" data-tippy-animation="shift-away" data-tippy-content="Show" name="show">
<svg style="" class=" icon icon-lightgray icon-18">
<use xlink:href="/svg/demopageIcons.svg?id=169626b7027e2891f20bca3bad78b3cb#sprite-eye_visible"> </use>
</svg>
</span><!-- end ngIf: login.showEyeVisible==true -->
<!-- ngIf: login.showEyeVisible==false -->
</span>
</div>
<!-- ngIf: login.password_message -->
<!-- ngIf: !login.password_message -->
<p ng-if="!login.password_message" class="textDanger font-11 mb-0 pt-15px font-weight-600 px-5px ng-scope"></p><!-- end ngIf: !login.password_message -->
</div>
</div>
<div class="loginnSignupForm mt-10px w-100">
<button type="submit" class="btn c-btnPrimary w-100 py-15px pr-30px pl-30px font-weight-700 blockBorderRadius font-14" ng-class="login.login_submited ? 'circleloader':''" ng-disabled="login.signupDisabled" disabled="disabled">
<div class="circleGapLoader ng-hide" ng-show="login.login_submited"></div>
<span ng-show="!login.login_submited" class="">Continue with email</span>
</button>
</div>
<!-- ngIf: app.loginStatus=='login' && app.forgotmail_sending_message==true -->
</form>
POST
<form method="POST" ng-submit="login.forgotPasswordForm()" class="ng-pristine ng-invalid ng-invalid-required">
<input type="hidden" name="_token" value="IUvE0OrWXDIhd5ThUVCr17iDSM9mOfCOehJIfYVF" autocomplete="off">
<div class="loginnSignupForm mb-0 w-100">
<!-- ngIf: app.forgotmail_sending_message==false --><label class="font-14 font-weight-700 mb-8px d-block px-5px ng-scope" ng-if="app.forgotmail_sending_message==false">Forgot your
password?</label><!-- end ngIf: app.forgotmail_sending_message==false -->
<!-- ngIf: app.forgotmail_sending_message==false -->
<div class="textInput ng-scope" ng-if="app.forgotmail_sending_message==false">
<input autocomplete="on" autocorrect="off" autocapitalize="none" spellcheck="false" type="text" name="email" class="border-0 p-0 font-weight-700 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" value=""
placeholder="Email address" ng-model="login.forgotEmail" ng-change="login.forgotPasswordValidation()" required="">
</div><!-- end ngIf: app.forgotmail_sending_message==false -->
<!-- ngIf: login.forgot_email_message -->
<!-- ngIf: !login.forgot_email_message -->
<p ng-if="!login.forgot_email_message" class="textDanger font-weight-600 font-11 mb-0 mt-15px px-5px ng-scope"></p><!-- end ngIf: !login.forgot_email_message -->
<!-- ngIf: login.mail_sending_message -->
</div>
<!-- ngIf: app.forgotmail_sending_message==false -->
<div class="loginnSignupForm w-100 mt-0 ng-scope" ng-if="app.forgotmail_sending_message==false">
<div class="text-right">
<button type="submit" class="btn c-btnPrimary filled transition disabled" ng-class="login.forgotButtonDisabled ? 'disabled':''" ng-disabled="login.forgotButtonDisabled" disabled="disabled">
<div class="circleGapLoader ng-hide" ng-show="login.forgot_submited"></div>
<span ng-show="!login.forgot_submited">Submit</span>
</button>
</div>
</div><!-- end ngIf: app.forgotmail_sending_message==false -->
<div class="descriptionContent mt-20px pt-10px">
<p class="font-16">Click here to <a class="linkTextColor hoverEffect" ng-class="app.loginStatus == 'signup' ? 'active':''" ng-click="app.loginWindow('login', 'login-create-free-account','login', 'popupTwo','navbarLogin')">
log in</a>
</p>
</div>
</form>
Text Content
Session Expired Your session has expired. Please refresh the page and try again. Ok WELCOME BACK Sign in to access your account. Log in with email Email or Username Password Forgot Password? Continue with email By clicking "continue with Email/Google/Facebook/X" above, you acknowledge that you have read and understood, and agree to Demos.page's Terms & Conditions and Privacy Policy. Sign up with email Full Name User Name Email Address Password Continue with email By clicking "continue with Email/Google/Facebook/X" above, you acknowledge that you have read and understood, and agree to Demos.page's Terms & Conditions and Privacy Policy. Forgot your password? Submit Click here to log in By clicking "continue with Email/Google/Facebook/X" above, you acknowledge that you have read and understood, and agree to Demos.page's Terms & Conditions and Privacy Policy. Log in using Sign in with Google Sign in with Facebook Sign in with Twitter New here? Create a free account Do you want to continue or quit? Quit Continue WALKTHROUGH LIST Need any more help? Check out our Knowledge Base to see if you can find your answer there! ONBOARDING LIST Need any more help? Check out our Knowledge Base to see if you can find your answer there! Thanks for your interest in Enterprise! Need to deploy Name.page across multiple teams or an entire organization? Have compliance or security requirements? Our Sales team will work with you to help you land on the best plan. Other Plans Contact Sales Site Theme Settings Sync with system Light Theme Default Light * Clear, crisp, and bright design for better website navigation. Dark Theme Default Dark * Eye-friendly option with low-light conditions. Best use for nights. Light & Dark Theme Default Light & Dark * A combination of light and dark with the right balance for optimal readability. System Theme Default System * This option mirrors the theme that is used in your system. Apply Apply to Demos.page Apply to all sites By using the service, you consent to our terms. We use cookies to offer you our service as described here. Got it