market.sriedigital.com Open in urlscan Pro
2001:df7:5300:7::1d  Public Scan

URL: https://market.sriedigital.com/
Submission: On June 09 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST https://market.sriedigital.com/home/login

<form action="https://market.sriedigital.com/home/login" class="form-submit-event" id="login_form" method="post">
  <input type="hidden" class="form-control" name="type" value="phone">
  <div class="form-floating mb-4">
    <input type="text" class="form-control" name="identity" placeholder="Enter Mobile Number / Email" id="loginEmail" value="">
    <label for="loginEmail">Enter Mobile Number / Email</label>
  </div>
  <div class="form-floating password-field mb-4">
    <input type="password" class="form-control" name="password" placeholder="Password" id="loginPassword" value="">
    <span class="password-toggle"><i class="uil uil-eye"></i></span>
    <label for="loginPassword">Password</label>
  </div>
  <footer>
    <button type="button" data-bs-dismiss="modal" aria-label="Close" class="btn btn-soft-dark btn-sm rounded-pill">Cancel</button>
    <button type="submit" class="submit_btn btn btn-primary btn-sm rounded-pill">Login</button>
  </footer>
  <br>
  <p class="mb-1">
    <a href="https://market.sriedigital.com/" id="forgot_password_link" class="text-decoration-none text-blue fs-15 hover">Forgot Password ?</a>
  </p>
  <p class="mb-0">Don't have an account?<a class="text-decoration-none text-blue fs-15 hover" href="#" data-bs-target="#modal-signup" data-bs-toggle="modal" data-bs-dismiss="modal">Sign up Here</a></p>
  <div class="d-flex justify-content-center">
    <div class="form-group" id="error_box"></div>
  </div>
</form>

POST #

<form id="send_forgot_password_otp_form" method="POST" action="#">
  <div class="input-group">
    <input type="hidden" name="forget_password_val" value="1" id="forget_password_val">
    <input type="text" class="form-control" name="mobile_number" id="forgot_password_number" placeholder="Mobile Number" value="">
  </div>
  <div class="col-12 d-flex justify-content-center pb-4 mt-3">
    <div id="recaptcha-container-2"></div>
  </div>
  <footer>
    <button type="button" data-bs-dismiss="modal" aria-label="Close" class="btn btn-soft-dark btn-sm rounded-pill">Cancel</button>
    <button type="submit" id="forgot_password_send_otp_btn" class="submit_btn btn btn-primary btn-sm rounded-pill">Send OTP</button>
  </footer>
  <br>
  <div class="d-flex justify-content-center">
    <div class="form-group" id="forgot_pass_error_box"></div>
  </div>
</form>

POST #

<form id="verify_forgot_password_otp_form" class="d-none" method="post" action="#">
  <div class="input-group mb-3">
    <input type="text" id="forgot_password_otp" class="form-control" name="otp" placeholder="OTP" value="" autocomplete="off" required="">
  </div>
  <div class="input-group mb-3">
    <input type="password" class="form-control" name="new_password" id="passwordInput" placeholder="New Password" value="" required="">
    <span class="password-toggle" id="togglePassword"><i class="uil uil-eye"></i></span>
  </div>
  <footer>
    <button type="button" class="btn btn-secondary btn-sm rounded-pill" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
    <button type="submit" class="btn btn-primary btn-sm rounded-pill submit_btn" id="reset_password_submit_btn">Submit</button>
  </footer>
  <br>
  <div class="d-flex justify-content-center">
    <div class="form-group" id="set_password_error_box"></div>
  </div>
</form>

#

<form id="send-otp-form" class="send-otp-form" action="#">
  <div class="row sign-up-verify-number">
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="text" class="form-input form-control" placeholder="Enter Mobile Number" id="phone-number" required="">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="error-msg" class="hide text-danger">Enter a valid number</div>
    </div>
    <div class="col-12 d-flex justify-content-center">
      <div id="recaptcha-container"></div>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="is-user-exist-error" class="text-center p-3 text-danger"></div>
    </div>
  </div>
  <footer>
    <button type="button" data-bs-dismiss="modal" aria-label="Close" class="btn btn-soft-dark btn-sm rounded-pill">Cancel</button>
    <button id="send-otp-button" class="btn btn-primary btn-sm rounded-pill">Send OTP</button>
  </footer>
  <p class="mb-0 mt-6">Already have an account? <a class="text-decoration-none text-blue fs-15 hover" href="#" data-bs-target="#modal-signin" data-bs-toggle="modal" data-bs-dismiss="modal">Sign In</a></p>
</form>

POST https://market.sriedigital.com/auth/register-user

<form id="verify-otp-form" class="verify-otp-form d-none" action="https://market.sriedigital.com/auth/register-user" method="POST">
  <div class="row sign-up-verify-number">
    <div class="col-12 d-flex justify-content-center pb-4">
      <input type="hidden" class="form-input form-control" id="type" name="type" value="phone" autocomplete="off">
    </div>
    <div class="col-12 d-flex justify-content-center pb-4 form-floating">
      <input type="text" class="form-input form-control" placeholder="OTP" id="otp" name="otp" autocomplete="off">
      <label for="otp">OTP</label>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4 form-floating">
      <input type="text" class="form-input form-control" placeholder="Username" id="name" name="name">
      <label for="name">Username</label>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4 form-floating">
      <input type="email" class="form-input form-control" placeholder="Email" id="email" name="email">
      <label for="email">Email</label>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4 form-floating password-field">
      <input type="password" class="form-input form-control" placeholder="Password" id="password" name="password">
      <span class="password-toggle d-flex"><i class="uil uil-eye mb-4 mr-2"></i></span>
      <label for="password">Password</label>
    </div>
    <div class="col-12 d-flex justify-content-center pb-4">
      <div id="registration-error" class="text-center p-3 text-danger"></div>
    </div>
  </div>
  <footer>
    <button data-bs-dismiss="modal" aria-label="Close" class="btn btn-soft-dark btn-sm rounded-pill">Cancel</button>
    <button type="submit" id="register_submit_btn" class="btn btn-primary btn-sm rounded-pill">Submit</button>
  </footer>
</form>

#

<form id="sign-up-form" class="sign-up-form collapse" action="#">
  <input type="text" placeholder="Username" name="username" class="form-input form-control" required="">
  <input type="text" placeholder="email" name="Email" class="form-input form-control" required="">
  <input type="password" placeholder="Password" name="password" class="form-input form-control" required="">
  <div id="sign-up-error" class="text-center p-3"></div>
  <footer>
    <button type="button" data-bs-dismiss="modal" aria-label="Close" class="btn btn-soft-dark btn-sm rounded-pill">Cancel</button>
    <button type="submit" class="btn btn-primary btn-sm rounded-pill">Register</button>
  </footer>
</form>

Text Content

 * En
   EN - English
 * Login
   /
 * Register
   

 * Home
 * Products
 * Sellers
 * Contact Us
   
 * FAQs
 * Blogs

 * 
 * 
 * 
 * 
 * 

Search for products, brands or categories


SHOPPING CART


YOUR CART IS EMPTY

Return To Shop View Cart
Search for products, brands or categories

SEE ALL







SRIE MARKET MOBILE APP


AFFORDABLE ECOMMERCE PLATFORM

Shop with us at affordable prices and get exciting cashback & offers.

App Store Google Play

Jl. Bunga Lestari Raya No. A22, Ciprang, Kuningan, Jawa Barat 45574

Copyright © 2024 Srie Market. All Right Reserved



CALL US

0895374210800

MAIL US

contact@sriedigital.com

USEFUL LINKS

 * Become a Seller
 * Return Policy
 * Shipping Policy
 * Products
 * Terms & Condition
 * Privacy Policy
 * About Us
 * Contact Us

ABOUT US

Srie Market is a multipurpose Ecommerce Platform best suitable for all kinds of
sectors like Electronics, Fashion, Groceries and Vegetables, Flowers, Gift
articles, Medical, and more ..


WELCOME BACK

Fill your email and password to sign in.

Enter Mobile Number / Email
Password
Cancel Login


Forgot Password ?

Don't have an account?Sign up Here


Forgot Password

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

Cancel Send OTP


Cancel Submit




SIGN UP HERE

Registration takes less than a minute.

Enter a valid number


Cancel Send OTP

Already have an account? Sign In

OTP
Username
Email
Password

Cancel Submit
Cancel Register

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

(1203 Reviews )






  Add to Cart   Buy Now