www.secretsantaorganizer.com Open in urlscan Pro
185.115.216.113  Public Scan

Submitted URL: https://secretsanta.cmail20.com/t/d-l-zmljn-idlyhlutx-d/
Effective URL: https://www.secretsantaorganizer.com/?utm_medium=email&utm_campaign=2022Secret_santa&utm_content=2022Secret_santa+CID_13ea7fa7f9e1512...
Submission: On November 09 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

Name: partyPOST /party/create

<form name="party" method="post" action="/party/create" novalidate="novalidate">
  <input type="hidden" id="party__token" name="party[_token]" value="UJsCvkMQsq2_4piYswrWNMIqE0-jwflTtw0uU00Z_cI">
  <div class="toplabels">
    <div class="form-group form-create-party ">
      <label for="party_eventdate" class="required">Date of your Secret Santa party</label>
      <input type="text" id="party_eventdate" name="party[eventdate]" required="required" class="form-control">
    </div>
    <div class="form-group form-create-party ">
      <label for="party_location" class="required">Location of your Secret Santa party</label>
      <input type="text" id="party_location" name="party[location]" required="required" class="form-control">
    </div>
    <div class="form-group form-create-party ">
      <label for="party_amount" class="required">Amount to spend</label>
      <input type="text" id="party_amount" name="party[amount]" required="required" class="form-control">
    </div>
  </div>
  <div class="clearfix"></div>
  <table class="participants table table-striped mysanta">
    <thead>
      <tr>
        <th class="participant-number-header">#</th>
        <th>Host</th>
        <th>E-mail</th>
        <th style="text-align: right;" class="col-xs-3"></th>
      </tr>
    </thead>
    <tbody data-prototype="                        <tr style='display: none' class=&quot;participant not-owner&quot;>
    <td class=&quot;participant-number&quot;>__participantcount__</td>
    <td><input type=&quot;text&quot; id=&quot;party_participants___name___name&quot; name=&quot;party[participants][__name__][name]&quot; required=&quot;required&quot; data-hj-masked=&quot;&quot; class=&quot;participant-name form-control error&quot; /></td>
    <td><input type=&quot;text&quot; id=&quot;party_participants___name___email&quot; name=&quot;party[participants][__name__][email]&quot; required=&quot;required&quot; data-hj-masked=&quot;&quot; class=&quot;participant-mail form-control error&quot; /></td>
    <td style=&quot;text-align: right;&quot;>
        <button type=&quot;button&quot; class=&quot;btn btn-mini btn-danger remove-participant&quot;>
            <i class=&quot;fa fa-times-circle fa-inverse&quot;></i> <i class=&quot;text_remove&quot;>Remove</i>
    </td>
</tr>
">
      <tr class="participant owner
                                                        ">
        <td class="participant-number">1</td>
        <td><input type="text" id="party_participants_0_name" name="party[participants][0][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_0_email" name="party[participants][0][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <small>This person is a participant too.</small>
        </td>
      </tr>
      <tr>
        <th class="participant-number-header">#</th>
        <th>Participants</th>
        <th>E-mail</th>
        <th style="text-align: right;" class=""> </th>
      </tr>
      <tr class="participant not-owner                            ">
        <td class="participant-number">2</td>
        <td><input type="text" id="party_participants_1_name" name="party[participants][1][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_1_email" name="party[participants][1][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <button type="button" class="btn btn-mini btn-danger remove-participant disabled">
            <i class="fa fa-times-circle fa-inverse"></i> <span class="text_remove">Remove</span>
          </button>
        </td>
      </tr>
      <tr class="participant not-owner                            ">
        <td class="participant-number">3</td>
        <td><input type="text" id="party_participants_2_name" name="party[participants][2][name]" required="required" data-hj-masked="" class="participant-name form-control"></td>
        <td><input type="text" id="party_participants_2_email" name="party[participants][2][email]" required="required" data-hj-masked="" class="participant-mail form-control"></td>
        <td style="text-align: right;">
          <button type="button" class="btn btn-mini btn-danger remove-participant disabled">
            <i class="fa fa-times-circle fa-inverse"></i> <span class="text_remove">Remove</span>
          </button>
        </td>
      </tr>
    </tbody>
  </table>
  <div class="add-btn-container">
    <div class="btn-group">
      <button type="button" class="btn btn-mini btn-success add-btn-create add-new-participant">
        <i class="fa fa-plus-circle fa-inverse"></i> Add person </button>
    </div>
    <div class="btn-group hidden-xs">
      <button type="button" class="btn btn-mini btn-success add-btn-create add-import-participant">
        <i class="fa fa-plus-circle fa-inverse"></i> Add multiple people by CSV </button>
    </div>
  </div>
  <div class="clearfix"></div>
  <div class="row-import-participants">
    <div>
      <div>Add multiple people at once to your event. Download <a href="/downloads/templateCSVSecretSantaOrganizer.csv">this CSV template file</a> and add all names and mailaddresses of the people you want to invite to the file. When you're finished,
        you can drag and drop the CSV file into the field below and your friends or colleagues will be added fast and easy to your party.</div>
      <br>
      <div id="warningImportCSV" class="alert alert-warning" style="display: none">Only one file can be uploaded at a time.</div>
      <div id="errorImportCSV" class="alert alert-danger" style="display: none">The file you're trying to upload does not have the required format (csv or txt).</div>
      <textarea id="importCSV" class="add-import-participant-data form-control"></textarea>
      <br>
      <button type="button" class="btn btn-mini btn-success add-import-participant-do"><i class="fa fa-plus-circle"></i> Add to your event </button>
      <button type="button" class="btn btn-mini btn-danger btn-import-cancel"><i class="fa fa-times-circle"></i> Cancel </button>
    </div>
  </div>
  <h2>Add a personal message</h2>
  <textarea id="party_message" name="party[message]" required="required" rows="8" class="form-control field span12"></textarea><br>
  <div class="description"> Add a personal message for the participants. </div>
  <br>
  <div class="confirmation">
    <input type="checkbox" id="party_confirmed" name="party[confirmed]" required="required" value="1">
    <label for="party_confirmed" class="required">Yes, I have permission to use the participant's e-mail addresses for Secret Santa</label>
  </div>
  <p>
    <button type="submit" class="btn btn-large btn-primary btn-create-event" id="create-party-btn">
      <i class="fa fa-check"></i> Create your event! </button>
  </p>
</form>

Text Content

Deutsch English Español Français Magyar Nederlands Norsk Polskie Português
Русский 简体中文 繁體中文


Deutsch English Español Français Magyar Nederlands Norsk Polskie Português
Русский 简体中文 繁體中文



WHAT IS SECRET SANTA?

It’s a free online Secret Santa gift exchange organizer / Kris Kringle
generator! Organize a Secret Santa party with friends, family or even
co-workers. After receiving the Secret Santa mail you can add your own wishlist,
which will be delivered to your Secret Santa.

Each year around Christmas time people all over the world exchange gifts.
To keep things interesting though, you can randomly assign persons to each other
to give a present to one another.


HOW DOES IT WORK?

Create a party on the homepage. You need at least 3 participants, the first
participant being the list administrator. The list administrator will receive a
confirmation link by e-mail. Once validated, your Secret Santa list will be
scrambled and all users will receive your message along with the name of their
Secret Santa gift buddy. We demand a confirmation to prevent bots or trolls from
ruining your Secret Santa party. The validation e-mail will provide a link to
the Secret Santa event manager.


YOUR PARTY
IN 3 EASY STEPS

 * 1 List your participants
 * 2 Add a message
 * 3 Send!

Get Started!


ADD YOUR PARTICIPANTS

Date of your Secret Santa party
Location of your Secret Santa party
Amount to spend


# Host E-mail 1 This person is a participant too. #ParticipantsE-mail 2 Remove 3
Remove

Add person
Add multiple people by CSV

Add multiple people at once to your event. Download this CSV template file and
add all names and mailaddresses of the people you want to invite to the file.
When you're finished, you can drag and drop the CSV file into the field below
and your friends or colleagues will be added fast and easy to your party.

Only one file can be uploaded at a time.
The file you're trying to upload does not have the required format (csv or txt).

Add to your event Cancel


ADD A PERSONAL MESSAGE


Add a personal message for the participants.

Yes, I have permission to use the participant's e-mail addresses for Secret
Santa

Create your event!




WHAT MAKES A SECRET SANTA GENERATOR SO MUCH FUN?

Seriously, is this a rhetorical question? Organizing a Secret Santa party
guarantees you a fun night filled with surprises - I think we can agree on that.

Thanks to a special Secret Santa generator you won’t have to deal with all the
pre-organizing yourself. You just fill in the blanks and the Secret Santa
generator does all the work!

The only thing you have to do is sit back and relax (oh, and buy some snacks and
drinks for your Secret Santa party).


WHY GO FOR SECRET SANTA ONLINE?

The best thing about Secret Santa online is that you don’t have to physically
plan everything with all the participants. Assigning names, making and receiving
wish lists, and so on: you can arrange everything with just an internet
connection and a connected device.

This way, Secret Santa online makes all the organizing stuff way more easy. That
means more time for you and your friends to enjoy the holiday season and look
forward to the actual party!


SECRET SANTA ALL OVER THE WORLD

Secret Santa, Kris Kringle, Kris Kindle, Kris Kringel, White Elephant, Yankee
Swap, Yankee Doodle, Wichteln, or even lootjes trekken, namen trekken or Monito
Monita: all over the world people use different names for the same thing. So let
us take you on a quick trip around the world! No worries, you’ll be home in time
for your Secret Santa party.

 * Secret Santa is commonly used all over the United States and the United
   Kingdom.
 * In Ireland however, the ritual is called Kris Kindle or Kris Kringel, derived
   from "Christkindl" - the original name of the Austrian gift bringer.
 * When visiting continental Europe we find that Germans prefer the verb
   Wichteln, whilst Belgium and Holland speak of lootjes trekken or namen
   trekken.
 * We continue our trip to Canada and Australia. This is where Secret Santa and
   Kris Kringle (again, derived from "Christkindl") live.
 * Finally, our holiday ends in the Philippines. In this country we find Monito
   Monita; a unique gift-exchanging tradition.

Conclusion? Randomly giving gifts to people is fun! So wait no longer and start
off with your own Secret Santa generator online.

Need help? Got questions? Read the FAQ!
Privacy Policy Cookie Policy



THIS WEBSITE USES COOKIES.



By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts. Our Cookie Policy

Cookies Settings Accept All Cookies