Modificación de formulario al crear prospecto por correo

This commit is contained in:
2026-03-07 12:46:56 -06:00
parent f6cee66c06
commit c23ce1fdcd
-11
View File
@@ -67,17 +67,6 @@
<input type="text" class="form-control form-control-user" name="telefono" maxlength="10" onkeypress="return event.charCode >= 48 && event.charCode <= 57" inputmode="numeric" value="{{ old('telefono') }}" required> <input type="text" class="form-control form-control-user" name="telefono" maxlength="10" onkeypress="return event.charCode >= 48 && event.charCode <= 57" inputmode="numeric" value="{{ old('telefono') }}" required>
</div> </div>
<div class="form-group">
<label>Contraseña</label>
<input type="password" class="form-control form-control-user" id="password" name="password" placeholder="Contraseña" required autocomplete="current-password">
</div>
<div class="form-group">
<label>Confirmar contraseña</label>
<input type="password" class="form-control form-control-user" id="password_confirmation" name="password_confirmation" placeholder="Confirmar contraseña" required autocomplete="current-password">
</div>
<input type="submit" value="Registrar" class="btn btn-primary btn-user btn-block"> <input type="submit" value="Registrar" class="btn btn-primary btn-user btn-block">
</form> </form>