app-sorteos.com Open in urlscan Pro
188.114.97.3  Public Scan

URL: https://app-sorteos.com/en/secret-santa-generator
Submission: On December 06 via manual from CA — Scanned from NL

Form analysis 2 forms found in the DOM

POST #

<form id="signupForm" action="#" method="POST" v-if="tab==='signup'">
  <div class="text-center text-center px-4 pt-4 pb-3">
    <h3 class="_fw900 _fs36">Join us!</h3>
    <p class="text-muted">Create your account here</p>
  </div>
  <a @click="onFacebookLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_facebook}">
                            <i class="fab fa-facebook mr-2 color-facebook btn-login-facebook"></i> Login with Facebook                        </a>
  <a @click="onGoogleLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_google}">
                            <img src="/img/icons/google.svg" class="mr-2" width="18" alt="Login with Google"> Login with Google                        </a>
  <a v-if="!is_email_pwd_form_active" @click="onShowAuthForm()" class="btn btn-light btn-block btn-lg">
                            <i class="far fa-envelope mr-2"></i> Login with Email                        </a>
  <template v-if="is_email_pwd_form_active">
    <div class="or text-uppercase">Or</div>
    <div class="_df">
      <div class="form-group has-icon mb-3 mr-3">
        <input ref="signup_name_input" name="first_name" v-model="form.first_name" type="text" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.first_name}" @input="errors.first_name=false;" placeholder="First Name">
        <i class="fal fa-user-circle form-control-icon"></i>
      </div>
      <div class="form-group has-icon mb-3">
        <input name="last_name" v-model="form.last_name" type="text" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.last_name}" @input="errors.last_name=false;" placeholder="Last Name">
        <i class="fal fa-user-circle form-control-icon"></i>
      </div>
    </div>
    <div class="form-group has-icon mb-3">
      <input name="email" type="text" v-model="form.email" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.email}" @input="errors.email=false;" autocomplete="new-username" placeholder="Email">
      <i class="fal fa-envelope form-control-icon"></i>
      <small class="form-text invalid-feedback" v-if="email_exists"> The email is already taken </small>
      <small class="form-text invalid-feedback" v-if="email_verification_fail"> The email is invalid, please check it or use another </small>
    </div>
    <div class="form-group has-icon mb-3">
      <input name="password" :type="(pwd_visible) ? 'text' : 'password'" v-model="form.password" required="required" minlength="6" class="form-control form-control-lg has-icon" autocomplete="new-password" :class="{'is-invalid': errors.password}"
        @input="errors.password=false;" placeholder="Password">
      <i class="fal fa-lock-alt form-control-icon"></i>
      <button type="button" class="btn btn-light btn-xs btn-show-pwd" @click="pwd_visible=!pwd_visible">
        <span v-if="!pwd_visible"><i class="far fa-eye"></i></span>
        <span v-else=""><i class="far fa-eye-slash"></i></span>
      </button>
    </div>
    <input type="hidden" name="lang" value="en">
    <input type="hidden" name="source" v-model="form.source">
    <div class="form-group form-check mb-0 d-none">
      <input type="checkbox" class="form-check-input" id="exampleCheck1">
      <label class="form-check-label" for="exampleCheck1"> I agree to the <a href="">terms of service</a>
      </label>
    </div>
    <button type="button" :disabled="loading" @click="signup()" class="btn btn-block btn-primary btn-lg mt-4" :class="{'is-loading': loading}"> Create your account </button>
  </template>
</form>

POST #

<form id="signupForm" action="#" method="POST" v-if="tab==='signin'">
  <div class="text-center text-center px-4 pt-4 pb-3">
    <h3 class="_fw900 _fs36">Hello!</h3>
    <p class="text-muted">Sign into your account here</p>
  </div>
  <a @click="onFacebookLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_facebook}">
                            <i class="fab fa-facebook mr-2 color-facebook btn-login-facebook"></i> Login with Facebook                        </a>
  <a @click="onGoogleLogin()" class="btn btn-light btn-block btn-lg" :class="{'is-loading': connecting_with_google}">
                            <img src="/img/icons/google.svg" class="mr-2" width="18" alt="Login with Google"> Login with Google                        </a>
  <a v-if="!is_email_pwd_form_active" @click="onShowAuthForm()" class="btn btn-light btn-block btn-lg">
                            <i class="far fa-envelope mr-2"></i> Login with Email                        </a>
  <template v-if="is_email_pwd_form_active">
    <div class="or">Or</div>
    <div class="form-group has-icon mb-3">
      <input name="email" ref="signin_email_input" type="text" v-model="form.email" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.email}" @input="errors.email=false;" placeholder="Email" autocomplete="username">
      <i class="fal fa-envelope form-control-icon"></i>
    </div>
    <div class="form-group has-icon">
      <input name="password" :type="(pwd_visible) ? 'text' : 'password'" v-model="form.password" autocomplete="current-password" required="required" minlength="6" class="form-control form-control-lg has-icon" :class="{'is-invalid': errors.password}"
        @input="errors.password=false;" placeholder="Password">
      <i class="fal fa-lock-alt form-control-icon"></i>
      <button type="button" class="btn btn-light btn-xs btn-show-pwd" @click="pwd_visible=!pwd_visible">
        <span v-if="!pwd_visible"><i class="far fa-eye"></i></span>
        <span v-else=""><i class="far fa-eye-slash"></i></span>
      </button>
    </div>
    <button type="button" :disabled="loading" @click="login()" class="btn btn-block btn-primary btn-lg mt-4" :class="{'is-loading': loading}"> Login </button>
  </template>
</form>

Text Content

 * Applications
   Giveaways
   
   Instagram Giveaway
   
   Facebook Giveaway
   
   Random Name Winner
   
   Twitter Giveaway
   
   Multi-Network Giveaway
   
   Tiktok Giveaway
   
   YouTube Giveaway
   
   LinkedIn Giveaway
   
   Twitch Giveaway
   Promotions
   
   Wheel Decide
   
   Trivia Maker
   
   Secret Santa
   
   Scratch and Win
   Other Tools
   
   Roll Dice
   
   Random Teams Generator
   
   Random Numbers
   
   Font Generator
   
   Flip a Coin
   Utilities
   
   Legal Terms Generator
   
   Instagram Engagement Calculator
   
   Hashtag Generator

 * Dashboard
 * Applications
   Giveaways
   
   Instagram Giveaway
   
   Facebook Giveaway
   
   Random Name Winner
   
   Twitter Giveaway
   
   Multi-Network Giveaway
   
   Tiktok Giveaway
   
   YouTube Giveaway
   
   LinkedIn Giveaway
   
   Twitch Giveaway Beta
   Promotions
   
   Wheel Decide
   
   Trivia Maker
   
   Secret Santa
   
   Scratch and Win New
   Other Tools
   
   Roll Dice
   
   Random Teams Generator
   
   Random Numbers
   
   Font Generator
   
   Flip a Coin
   Utilities
   
   Legal Terms Generator
   
   Instagram Engagement Calculator
   
   Hashtag Generator
 * Pricing
 * Help
   Help Center Blog Feature Requests

 * Log in
   
 * Sign up
 * en
   English Español Português Francais
 * My Account
   Preferences Help
   
   Logout


SECRET SANTA GENERATOR

Organize a gift exchange from a list of names randomly, automatically, and for
free.
Send invitations via email or WhatsApp (no email required).

ADD PARTICIPANTS




(Or press the Enter key)
Go to Step 2


HOW DOES THE "ONLINE SECRET SANTA NAME GENERATOR" WORK?

This Secret Santa giveaway application is a free online tool for exchanging
gifts anonymously from a list of names or participants.

Our Secret Santa maker will automatically and randomly select who each
participant should give the gift to.

Just choose the most convenient option to send the invitations:

 * Send an email to each person.
 * Share the link in your WhatsApp group.
 * Copy and paste the link wherever you prefer.

Visit our complete guide to Secret Santa and solve all your doubts!


HOW TO ORGANIZE A SECRET SANTA

 1. Enter the list of participants.
 2. Edit the message and establish the gift conditions.
 3. Share a link via WhatsApp (easy) or send an email to each one.
 4. Have fun!


See how it works


SECRET SANTA WITHOUT EMAIL

If you don't want to use emails to create your Secret Santa draw, we have the
solution!

Share a link with your WhatsApp group or individually with each participant, and
you're done!

To organize a Secret Santa without email, follow these steps:

 1. Enter the list of participants.
 2. Set the gift conditions.
 3. Share the draw link on WhatsApp with your group.
 4. Each member should click the link and select their name.
 5. The name will be revealed to each one, along with the Secret Santa message
    and instructions.
 6. That's it, you've created your Secret Santa draw online and without emails!

EASY, FAST AND FUN

Follow the steps and you'll have your Secret Santa giveaway in no time - it's
very simple and super fun to create!

FREE TOOL

Make the Secret Santa giveaway online unlimited times and always for free. Easy
to use, two clicks and free, what more could you ask for?

SECRET, BUT FOR REAL

We've improved our anti-cheating system! To make sure the Grinch doesn't ruin
your Secret Santa giveaway, we've limited access to the results so that
participants can only see them once.

NO EMAIL

Having trouble collecting the emails of all the participants in your Secret
Santa giveaway? Don't worry, you can send the giveaway link via WhatsApp or
paste it into the channel of your choice.

SET THE TERMS

Make the rules of participation clear in the Secret Santa invite message. Choose
the amount of the gift, the day of the exchange, the location, and any rules you
want to add!

REPEAT OR DELETE YOUR LIST

Save time by using the same list of participants and requirements. Delete old
Secret Santa giveaways and clear your dashboard for future giveaways.

FREQUENTLY ASKED QUESTIONS


HOW TO DO SECRET SANTA ON WHATSAPP?

To organize a Secret Santa via WhatsApp, enter the names of the participants and
then share the link provided by Rafflys with your WhatsApp group. Each member
will have to select their name from the list shared in the link. In this way,
they will have access to the name of the person to whom they should give the
gift.


HOW MANY TIMES CAN I GENERATE A SECRET SANTA NAME DRAW?

Rafflys offers an unlimited number of times you can use our Secret Santa
randomizer.


IS THIS APPLICATION PAID?

No, our tool for drawing Secret Santa is 100% free.


WHAT IS THE NAME OF THE SECRET SANTA APP?

Rafflys - Secret Santa. This is the easiest app to play Virtual Secret Santa
because all you need is the names of the people you want to invite. You can do
it through WhatsApp or send emails automatically.


DO I NEED AN ACCOUNT TO DO THE SECRET SANTA DRAW ONLINE WITH RAFFLYS?

With our app, you can play Secret Santa online without having an active account.
However, in order to use the Repeat or Clear actions, you must have an account
in our app.


HOW MANY PARTICIPANTS DO I NEED AT A MINIMUM TO DO THE SECRET SANTA DRAW?

To play Secret Santa online, you need at least three participants.


HOW DOES THE ANTI-CHEATING SYSTEM WORK IN THE VIRTUAL SECRET SANTA GIVEAWAY?

In order to guarantee the total secrecy of the Secret Santa Giveaway, we have
strengthened the security system of our tool. When sending invitations via
WhatsApp or by copying the giveaway link, participants will only be able to see
the name of the person to give away once. When they do, a green checkmark will
appear indicating that this person has already verified the result and knows who
the gift is for. After that, they will not be able to check it again. This
ensures that participants cannot spy on other participants results and ruin the
giveaway.


CAN I REPEAT THE LIST FROM A PREVIOUS SECRET SANTA?

Of course you can! We have added two new options, the ability to reuse the list
and requirements from another Secret Santa giveaway and the ability to delete a
list. This speeds up the upload process and clears your dashboard of lists you
no longer need.


HOW TO DO A SECRET SANTA WITHOUT EMAIL OR ELECTRONIC MAIL?

On Rafflys, you can do your Secret Santa draw without using emails. Simply enter
the names of the participants, share the link with your group, and you're done!


CAN I USE THE WHEEL TO PLAY SECRET SANTA?

Of course, for that, you will have to use our Random Wheel and enter the names
of your list in the fields provided for that. However, we recommend doing the
Secret Santa draw through the tool created especially for this purpose, as it
saves you time and offers you more options when deciding how to send
invitations.


CAN I DO THE SECRET SANTA DRAW ONLINE WITHOUT EMAIL?

Yes! Choose from the different options available which is the most convenient to
send invitations to your group. You can do this by sending a link via WhatsApp
or any messaging app.


DO ALL PARTICIPANTS NEED TO HAVE EMAIL TO PARTICIPATE?

It's not necessary, you can do the draw without emails. Choose the option to
send it by WhatsApp and you won't have to worry about this. If you prefer to
send invitations by email, make sure that all participants have an active email
account or create one to be able to play Secret Santa.


WHAT ARE THE USES THAT CAN BE GIVEN TO THE SECRET SANTA ORGANIZER?

You can use the online Secret Santa name picker in different situations:

 * Organize the draw at Christmas, New Year, Friend's Day, or any celebration
   where you want to exchange gifts.
 * Organize the Secret Santa draw at work or with family members.




WHAT ARE THE BENEFITS OF DOING A SECRET SANTA DRAW?

 * Generates excitement by keeping secret who will be the recipient of each
   gift.
 * Simplifies the buying process by requiring only one gift per person, saving
   time and expenses.
 * Stimulates creativity by choosing more personalized and meaningful gifts for
   the recipient.
 * Promotes connection among participants by sharing the excitement of giving
   and receiving gifts.
 * Makes sure everyone gets a gift, even at large gatherings, and encourages
   everyone to participate.
 * Minimizes stress by simplifying the task of choosing and buying gifts.
 * Highlights the excitement of the surprise by keeping secret who the giver
   will be, adding an additional touch of mystery to the celebration.



Create free Instagram and Youtube Giveaways and contents, online and free. Pick
a random winner from your Instagram photos and Youtube videos.

Create free Instagram, Youtube and "Random Name" Giveaways and Contents.

Instagram random comment Picker

HELP

 * Affiliate Program
 * Help Center
 * Blog

MORE

 * Terms and Conditions
 * Privacy Policy

APPS

 * Instagram Giveaway
 * Wheel Decide
 * Facebook Giveaway
 * Roll Dice
 * YouTube Giveaway
 * Random Name Winner
 * Twitter Giveaway
 * Tiktok Giveaway
 * Instagram Fonts Generator

ACCOUNT

 * Login
 * Sign Up
 * Reset Password

PROMOTIONS

 * Lucky Wheel for Wordpress
 * Lucky Wheel for Shopify
 * Trivias




JOIN US!

Create your account here

Login with Facebook Login with Google Login with Email
Or

The email is already taken The email is invalid, please check it or use another

I agree to the terms of service
Create your account


HELLO!

Sign into your account here

Login with Facebook Login with Google Login with Email
Or


Login


WELCOME!

Your account has been succesfully created.

Continue
Have an account? Log in
Don't you have an account? Sign up
Reset your Password
{{ $t('file_uploader.select_or_drop') }} {{ $t('file_uploader.accepted_ext',
{files: (extensions) ? extensions : '.txt, .csv'}) }}

{{ $T('MEDIA_GALLERY.TITLE') }}

{{ $t('media_gallery.tab_upload') }} {{ $t('media_gallery.tab_patterns') }} {{
$t('media_gallery.tab_gradients') }} {{ $t('media_gallery.tab_search') }}







I agree to permanently delete

Cancel Delete

PICTURE NOT FOUND

This is probably because your Profile is Private, or you have a Minimum Age
Limit restriction for your account.

Switch your profile to Public, or remove the Age Restriction, and try again.

Ok

OOPS!

This post has no comments. Be sure to make the giveaway when it's finished, and
everyone has participated.

COMMENTS DISABLED

This Instagram Post has the comments disabled. Please turn it ON to start this
giveway.

WE DETECT ERRORS!


Ok
1.7k Shares
Share
Share
Pin
Tweet
Email
Share