digitalgenia.online Open in urlscan Pro
200.58.101.107  Public Scan

URL: https://digitalgenia.online/
Submission: On October 03 via api from US — Scanned from IT

Form analysis 4 forms found in the DOM

<form id="regretForm">
  <div class="my-4">
    <label class="form-label " for="nombre">Nombre y apellido</label>
    <input type="text" class="form-control  small" wire:model.live="name" placeholder="Tu nombre" wire:click="validateFocus()">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="my-4">
    <label class="form-label " for="email">E-mail</label>
    <input type="email" class="form-control " wire:model.live="mail" placeholder="Tu E-mail">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="my-4">
    <label class="form-label " for="telefono">Teléfono</label>
    <input type="text" class="form-control " wire:model.live="phone" placeholder="Tu Teléfono">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="my-4">
    <label class="form-label " for="orden">Número de orden sin el #</label>
    <input type="text" class="form-control " wire:model.live="order" placeholder="Número de orden sin el #">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="my-4">
    <label class="form-label " for="motivo">¿Qué pasó? Cuéntanos el motivo de la cancelación</label>
    <textarea class="form-control " rows="3" wire:model.live="reason" placeholder="Motivo de la cancelacion" maxlength="280"></textarea>
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
    <div class="text-end mt-1">
      <p class="small">280 caracteres</p>
    </div>
  </div>
  <div class="modal-footer py-4 px-0 border-0">
    <a role="button" class="btn btn-primary w-50 rounded m-0" wire:click="endRegret">Enviar</a>
  </div>
  <div wire:loading="" wire:target="endRegret" wire:loading.class="bg_loader_modal_regret">
    <div class="spinner-border text-primary loader_modal_regret" role="status">
      <span class="visually-hidden">Loading...</span>
    </div>
  </div>
</form>

<form class="excludeForm">
  <div class="mb-3">
    <label class="form-label">E-mail</label>
    <input dusk="type-email" type="email" class="form-control " wire:model.blur="email" placeholder="nombre@ejemplo.com">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="mb-3 position-relative">
    <label class="form-label">Contraseña</label>
    <input dusk="type-password" type="password" class="form-control " style="background-image:none" wire:model.blur="password" placeholder="********" id="login_password">
    <i role="button" class="fa-solid fa-eye position-absolute" style="right: 10px; bottom: 10px; color: #ccc;" id="toggleLoginPassword"></i>
  </div>
  <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  <button dusk="login-checkout" class="btn btn-outline-primary w-100 mt-4 mb-2" wire:click.prevent="login()">Iniciar sesión </button>
  <div wire:loading="" wire:target="login" wire:loading.class="bg_loader_modal_login">
    <div class="spinner-border text-primary loader_modal_login" role="status">
      <span class="visually-hidden">Loading...</span>
    </div>
  </div>
</form>

<form class="excludeForm" autocomplete="off">
  <div class="row">
    <div class="col-lg-6">
      <div class="mb-3">
        <label class="form-label "> Nombre </label>
        <input dusk="type-register-name" type="text" class="form-control " wire:model.blur="name">
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
      </div>
    </div>
    <div class="col-lg-6">
      <div class="mb-3">
        <label class="form-label
                            "> Apellido </label>
        <input dusk="type-register-surname" type="text" class="form-control " wire:model.blur="surname">
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
      </div>
    </div>
  </div>
  <div class="mb-3">
    <label class="form-label "> E-mail </label>
    <input dusk="type-register-email" type="email" class="form-control " wire:model.blur="email">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <div class="row">
    <div class="col-lg-6">
      <div class="position-relative">
        <label class="form-label "> Contraseña </label>
        <input dusk="type-register-password" type="password" class="form-control " style="background-image:none" wire:model="password" id="password">
        <i role="button" class="fa-solid fa-eye position-absolute" style="right: 10px; bottom: 10px; color: #ccc;" id="togglePassword"></i>
      </div>
    </div>
    <div class="col-lg-6">
      <div class="position-relative">
        <label class="form-label "> Repite tu contraseña </label>
        <input dusk="type-register-repeat-password" type="password" class="form-control " style="background-image:none" wire:model="password_confirmation" id="password_confirmation">
        <i role="button" class="fa-solid fa-eye position-absolute" style="right: 10px; bottom: 10px; color: #ccc;" id="togglePasswordConfirmation"></i>
      </div>
    </div>
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <button dusk="btn-register" class="btn btn-outline-primary w-100 mt-4 mb-2" wire:click.prevent="register()"> Registrarme </button>
  <div wire:loading="" wire:target="register" wire:loading.class="bg_loader_modal_login">
    <div class="spinner-border text-primary loader_modal_login" role="status">
      <span class="visually-hidden">Loading...</span>
    </div>
  </div>
</form>

<form class="excludeForm">
  <div class="mb-3">
    <label class="form-label ">E-mail</label>
    <input type="email" class="form-control " wire:model="email" name="email">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  </div>
  <button class="btn btn-outline-primary w-100 mt-4 mb-2" wire:click.prevent="resetPassword()"> Recuperar </button>
  <div wire:loading="" wire:target="resetPassword" wire:loading.class="bg_loader_modal">
    <div class="spinner-border text-primary loader_modal" role="status">
      <span class="visually-hidden">Loading...</span>
    </div>
  </div>
</form>

Text Content

COOKIES

Utilizamos cookies propias y de terceros para mejorar nuestros servicios.

De acuerdo



DIGITALGENIACM

 * Home
 * Servicios
 * Categorías
 * Catálogo
 * Contacto
 * Redes
 * Acerca de
   

 * 
 * 
 * 
 * UY
   * Español
   * Español
   

0
* Iniciar sesión
* Crear cuenta
 * Home
 * Servicios
 * Categorías
 * Catálogo
 * Contacto
 * Redes
 * Acerca de
   

 * 
 * 
 * 
 * UY
   * Español
   * Español
   


RESUMEN

Su carrito está vacío

SEGUIR COMPRANDO



¿SIN TIEMPO DE MANEJAR TUS REDES SOCIALES?


¡ESTAMOS AQUÍ PARA AYUDARTE!

Acción principal

   
 * Home
   
 * Servicios
   
 * Categorías
   
 * Catálogo
   
 * Contacto
   
 * Redes
   
 * Acerca de

 * uruguay, montevideo
 * +598 96581361
 * +59896581361
 * DigitalgeniaCM@gmail.com

 * 

Botón de arrepentimiento

¿QUIERES CANCELAR UNA COMPRA?

Nombre y apellido
E-mail
Teléfono
Número de orden sin el #
¿Qué pasó? Cuéntanos el motivo de la cancelación

280 caracteres

Enviar
Loading...





INICIAR SESIÓN

E-mail
Contraseña
Iniciar sesión
Loading...
¿Olvidaste tu contraseña?
Iniciar sesión con Facebook Iniciar sesión con Google

Si aún no tiene una cuenta, regístrate aquí

CREA UNA CUENTA

Nombre
Apellido
E-mail
Contraseña
Repite tu contraseña
Registrarme
Loading...
Registrarme con Facebook Registrarme con Google

Si ya tienes una cuenta, Iniciar sesión

CERRAR SESIÓN

¿Estás seguro que deseas cerrar tu sesión?

CANCELAR CERRAR SESIÓN
Loading...

RESTABLECE TU CONTRASEÑA

Ingresa tu e-mail y te enviaremos las instrucciones.

E-mail
Recuperar
Loading...