feel3.ch Open in urlscan Pro
2001:4b98:dc2:950::106  Public Scan

URL: https://feel3.ch/
Submission: On November 21 via api from CH — Scanned from CH

Form analysis 1 forms found in the DOM

POST /controller/authentication/signup.php

<form id="signup" action="/controller/authentication/signup.php" method="POST">
  <fieldset class="form-group">
    <label class="form-label" for="gender">Vous êtes ... *</label><br>
    <div class="btn-group w-100" role="group">
      <input class="btn-check" type="radio" name="gender" id="btn-check-woman" value="f" required="">
      <label class="btn btn-lg btn-outline-primary btn-women w-100" for="btn-check-woman">Une femme</label>
      <input class="btn-check" type="radio" name="gender" id="btn-check-man" value="m" required="">
      <label class="btn btn-lg btn-outline-primary btn-men w-100" for="btn-check-man">Un homme</label>
    </div>
  </fieldset>
  <fieldset class="form-group">
    <label class="form-label" for="alias">Vous voulez qu'on vous appelle... *</label><br>
    <div class="input-group">
      <span class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user">
          <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
          <circle cx="12" cy="7" r="4"></circle>
        </svg></span>
      <input type="text" class="form-control form-control-lg" name="alias" id="alias" minlength="3" maxlength="32" placeholder="Alias *" required="">
    </div>
    <small class="text-muted align-end">3 à 32 caractères</small>
  </fieldset>
  <fieldset class="form-group">
    <label class="form-label" for="user-birthday">Date de naissance *</label><br>
    <div class="input-group">
      <span class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
          class="feather feather-calendar">
          <rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect>
          <line x1="16" y1="2" x2="16" y2="6"></line>
          <line x1="8" y1="2" x2="8" y2="6"></line>
          <line x1="3" y1="10" x2="21" y2="10"></line>
        </svg></span>
      <input type="date" class="form-control form-control-lg" name="user-birthday" id="user-birthday" required="" min="1924-11-21" max="2006-11-21">
    </div>
  </fieldset>
  <fieldset class="form-group">
    <label class="form-label" for="email-address">Adresse e-mail *</label><br>
    <div class="input-group">
      <span class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail">
          <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
          <polyline points="22,6 12,13 2,6"></polyline>
        </svg></span>
      <input type="email" class="form-control form-control-lg" id="email-address" name="email-address" placeholder="Adresse E-mail" required="">
    </div>
  </fieldset>
  <fieldset class="form-group">
    <label class="form-label" for="password">Mot de passe *</label><br>
    <div class="input-group">
      <span class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock">
          <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
          <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
        </svg></span>
      <input type="password" class="form-control form-control-lg" name="password" id="password" placeholder="Mot de passe" required="" minlength="6" maxlength="32">
    </div>
    <small class="text-muted text-end">6 à 32 caractères</small>
  </fieldset>
  <hr class="my-4">
  <fieldset class="form-group">
    <label class="form-label" for="partner-gender">Si vous êtes en duo, votre partenaire est ...</label><br>
    <div class="btn-group w-100" role="group">
      <input class="btn-check" type="radio" name="partner-gender" id="partner-btn-check-woman" value="f">
      <label class="btn btn-lg btn-outline-primary btn-women w-100" for="partner-btn-check-woman">Une femme</label>
      <input class="btn-check" type="radio" name="partner-gender" id="partner-btn-check-man" value="m">
      <label class="btn btn-lg btn-outline-primary btn-men w-100" for="partner-btn-check-man">Un homme</label>
    </div>
  </fieldset>
  <fieldset class="form-group">
    <label class="form-label" for="email-address">... et son adresse e-mail est ...</label><br>
    <div class="input-group">
      <span class="input-group-text"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail">
          <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
          <polyline points="22,6 12,13 2,6"></polyline>
        </svg></span>
      <input type="email" class="form-control form-control-lg" id="partner-email-address" name="partner-email-address" placeholder="Adresse E-mail du Partenaire">
    </div>
  </fieldset>
  <hr class="my-4">
  <div class="form-check mt-3">
    <input type="checkbox" class="form-check-input" name="terms-validation" id="terms-validation" required="">
    <p class="form-check-label" for="terms-validation"> En vous inscrivant, vous confirmez être majeur.e.s et acceptez les <a href="/terms" title="Terms and conditions" rel="nofollow">Termes et Conditions</a> et les
      <a href="/privacy/" title="Privacy policy" rel="nofollow">Règles de Confidentialité</a>. </p>
  </div>
  <button type="submit" class="btn btn-lg w-100 btn-gradient mt-4">
    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-plus mr-3">
      <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path>
      <circle cx="8.5" cy="7" r="4"></circle>
      <line x1="20" y1="8" x2="20" y2="14"></line>
      <line x1="23" y1="11" x2="17" y2="11"></line>
    </svg> S'inscrire </button>
</form>

Text Content

Se connecter


VIVRE DES EXPÉRIENCES À 3

FEEL 3 PERMET AUX CÉLIBATAIRES ET COUPLES DE SE RENCONTRER, POUR DES PLANS À 3,
LORS DE SCÉNARIOS LEURS PLAISANTS.

Vous êtes ... *

Une femme Un homme
Vous voulez qu'on vous appelle... *


3 à 32 caractères Date de naissance *


Adresse e-mail *


Mot de passe *


6 à 32 caractères

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

Si vous êtes en duo, votre partenaire est ...

Une femme Un homme
... et son adresse e-mail est ...



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

En vous inscrivant, vous confirmez être majeur.e.s et acceptez les Termes et
Conditions et les Règles de Confidentialité.

S'inscrire


POURQUOI FEEL 3 EST-IL DIFFÉRENT ?


GRATUIT

Feel 3 est financé par affiliations, lors d'apports d'affaires pour des achats
en ligne.
Vous participez au financement de Feel 3 lorsque vous achetez de la lingerie, un
déguisement, un sextoy, des préservatifs, ... à partir des liens sur Feel 3.
Ainsi, Feel 3 ne facture aucun abonnement et n'affiche aucune publicité.


LES FEMMES SONT CHOYÉES

Parce qu'elles sont délicates, dans les scénarios de Feel3, les femmes peuvent
être gatées par la gente masculine.


LES COUPLES S'AMUSENT ENSEMBLE

Afin d'éviter les infidélités, Feel 3 propose aux couples de nouvelles
expériences à vivre ensemble.





LES HOMMES RÉALISENT LEURS FANTASMES

Le 1er fantasme des hommes de + de 25 ans est de faire un plan à 3.

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


1.
S'INSCRIRE
ET COMPLÉTER MON PROFIL

Les personnes inscrites avec suffisament d'informations peuvent accéder aux
scénarios.


2.
(COUPLE) SE RELIER À SON CONJOINT

Indiquer l'adresse e-mail et la date de naissance de votre conjoint.e afin
d'accéder aux services pour couples.


3.
CHOISIR DES SCÉNARIOS QUI ME/NOUS PLAISENT

Parmis les expériences et aventures proposées, je sélectionne celles que je
souhaite vivre.


4.
RENCONTRER DES PARTENAIRES

Je peux alors discuter avec les autres membres appréciant les mêmes scénarios
que moi.


FEEL 3 EN CHIFFRES

FEMMES

HOMMES

COUPLES

SCÉNARIOS

INSCRITS À DES SCÉNARIOS

FAVORIES

MESSAGES

PHOTOS

S'inscrire




© Feel3

FEEL 3

 * A propos
 * Presse
 * Contact

SUPPORT

 * FAQ
 * Aide
   

LÉGAL

 * Mentions légales
 * Termes et conditions
 * Règles de confidentialité