www.kidslabels.com Open in urlscan Pro
2606:4700:3033::ac43:c6f9  Public Scan

URL: https://www.kidslabels.com/products/customize-and-buy/704?productname=round-labels
Submission: On December 05 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="form-horizontal" data-bind="submit: joinMailingList">
  <div class="input-group">
    <input type="text" class="form-control" placeholder="Join our mailing list" data-bind="value: mailingListEmail">
    <span class="input-group-btn">
      <button class="btn btn-success" type="submit">
        <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: working" style="display: none;">
        <span data-bind="visible: !working()">Join</span>
      </button>
    </span>
  </div>
</form>

#

<form action="#" data-bind="submit: loginWithAccount.bind($data, function() { CartVM.refreshCart(); $('#mdlLogin').modal('hide'); })">
  <div class="form-group">
    <input type="text" class="form-control" autocomplete="username" name="emailAddress" placeholder="Email Address" data-bind="value: loginEmailAddress, valueUpdate:'keyup'">
  </div>
  <div class="form-group">
    <div class="input-group">
      <input type="password" class="form-control" autocomplete="current-password" placeholder="Password" data-bind="value: loginPassword, valueUpdate:'keyup'">
      <span class="input-group-btn">
        <button class="btn btn-success btn-login" type="submit" data-bind="disable: loginWorking">
          <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: loginWorking" style="display: none;">
          <span data-bind="visible: !loginWorking()">Login</span>
        </button>
      </span>
    </div>
  </div>
  <p class="text-danger" data-bind="visible: loginError" style="display: none;">
    <i class="glyphicon glyphicon-exclamation-sign"></i> Login error. Please check your email address and password
  </p>
  <p><a href="#" data-dismiss="modal" data-toggle="modal" data-target="#mdlForgotPassword">Forgot your password?</a></p>
  <div class="form-group">
    <a href="#" class="btn btn-primary btn-block" data-toggle="modal" data-target="#mdlRegister" data-dismiss="modal">Don't have an account? Register Now!</a>
  </div>
  <div class="or-container">
    <hr>
    <span>OR</span>
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-block btn-fb" data-bind="disable: facebookLoginWorking, click:loginWithFacebook.bind($data, '/account')">
      <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: facebookLoginWorking" style="display: none;"> Login with facebook </button>
  </div>
</form>

#

<form action="#" data-bind="submit: createAccount.bind($data, window.location.href), validationOptions: validationOptions">
  <div class="form-group" data-bind="validationElement: fullName">
    <input type="text" class="form-control" placeholder="Full Name" data-bind="value: fullName">
    <div class="error-message">
      <i class="glyphicon glyphicon-exclamation-sign"></i>
      <span>Full Name is required</span>
    </div>
  </div>
  <div class="form-group" data-bind="validationElement: emailAddress">
    <input type="email" class="form-control" placeholder="Email Address" data-bind="value: emailAddress">
    <div class="error-message">
      <i class="glyphicon glyphicon-exclamation-sign"></i>
      <span>Email Address is required</span>
    </div>
  </div>
  <div class="form-group" data-bind="visible: accountExists()" style="display: none;">
    <span class="text-warning">
      <i class="glyphicon glyphicon-exclamation-sign"></i>
      <span data-bind="text:'&nbsp;&nbsp;Account with \'{0}\' email address already exists.'.format(emailAddress())">&nbsp;&nbsp;Account with 'null' email address already exists.</span>
    </span>
    <span><a href="#" data-dismiss="modal" data-toggle="modal" data-target="#mdlLogin">Login</a></span>
  </div>
  <div class="row">
    <div class="col-sm-6">
      <div class="form-group" data-bind="validationElement: newPassword">
        <input type="password" autocomplete="new-password" class="form-control" placeholder="Password" data-bind="value: newPassword">
        <span class="error-message">
          <i class="glyphicon glyphicon-exclamation-sign"></i> Minimum 6 characters </span>
      </div>
    </div>
    <div class="col-sm-6">
      <div class="form-group" data-bind="validationElement: confirmPassword">
        <input type="password" autocomplete="new-password" class="form-control" placeholder="Confirm Password" data-bind="value: confirmPassword">
        <span class="error-message">
          <i class="glyphicon glyphicon-exclamation-sign"></i> Password must match </span>
      </div>
    </div>
  </div>
  <div class="checkbox">
    <input type="checkbox" data-bind="checked: mailingList">
    <label>Subscribe to our newsletter</label>
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-block btn-success" data-bind="disable: (!emailAddress.isValid() || !confirmPassword.isValid() || accountExists())" disabled="">
      <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: loginWorking" style="display: none;"> Register </button>
  </div>
  <p class="text-danger" data-bind="visible: registrationError" style="display: none;">
    <i class="glyphicon glyphicon-exclamation-sign"></i>
    <span data-bind="text: registrationError"></span>
  </p>
  <div class="or-container">
    <hr>
    <span>OR</span>
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-block btn-fb" data-bind="disable: facebookLoginWorking, click:loginWithFacebook.bind($data, '/account')">
      <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: facebookLoginWorking" style="display: none;"> Signup with Facebook </button>
  </div>
</form>

#

<form action="#" data-bind="submit: sendResetPassword">
  <div class="form-group">
    <input type="email" class="form-control" name="emailAddress" autocomplete="username" placeholder="Email Address" data-bind="value: loginEmailAddress, valueUpdate:'keyup'">
  </div>
  <div class="form-group">
    <button class="btn btn-block btn-success" type="submit" data-bind="disable: loginWorking">
      <img src="/content/images/main/loading-spinner-white.kidslabels.svg" class="working-spinner" data-bind="visible: loginWorking" style="display: none;">
      <span data-bind="visible: !loginWorking()">Reset Password</span>
    </button>
  </div>
  <p class="text-danger" data-bind="visible: resetPasswordError() != ''" style="display: none;">
    <i class="glyphicon glyphicon-exclamation-sign"></i>
    <span data-bind="text: resetPasswordError"></span>
  </p>
</form>

Text Content

 * 
 * UNITED STATES
   * CANADA EN
   * CANADA FR
   * UNITED STATES
   * UNITED KINGDOM
   * FRANCE
   * BRAZIL
   * MEXICO

Toggle navigation
 * Labels
 * Value Packs
 * About Us
 * Help
 * Login
 * Canada
 * United States

0


IRON-ON LABELS

$20 $20.00
72 Labels
Size 1 1/4” x 5/8” | 31mm x 16mm


SEE WHAT YOUR LABELS WILL LOOK LIKE.

Select a design and change customization options to see an auto-generated
preview of your labels/tags.

Please Wait...
 * 
 * 

Customize & buy


IRON-ON LABELS

$20 $20.00
72 Labels
Size 1 1/4” x 5/8” | 31mm x 16mm
 * Details
 * Customization

It is a universal truth that if an article of clothing can be taken off, it will
be lost. Fear not, for what is lost will easily be found with these personalized
Iron-On Labels. Socks, onesies, and spare underwear are easily identified with
these darling personalized clothing labels. Everything you need, save for a
household iron, is included in this package. Choose the design and color you
prefer and personalize your text. Perfect for daycare, school, summer camps, and
scout trips, these labels are durable and machine washable, made to outlast the
life of whatever you put them on.

 * laundry safe

 * will not peel

Customize & buy


DESIGN   PLAIN

select a design


PERSONALIZATION





FONT

Standard


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

Quantity  
Price   $20.00
Add To Cart Update

Select A Design

Select A Design

 * Filter:
 * All Designs
   
 * Boys
 * Girls
 * Color Palettes
 * Allergy
   

Sale
Airplane
Sale
Alien
Sale
Autism Awareness
Sale
Brown Bear
Sale
Burger
Sale
Cartoon Car
Sale
Castle
Sale
Cobwebs
Sale
Deafness
Sale
Fries
Sale
Gorilla
Sale
Koala
Sale
Monster
Sale
Music Notes
Sale
Panda
Sale
Pirate Ship
Sale
Police Car
Sale
Race Flags
Sale
Robot 2
Sale
Sassy Doll
Sale
Skateboard
Sale
Spray Paint Can
Sale
Watermelon
Sale
Deer
Sale
Anchor
Sale
Arrows
Sale
Ballet
Sale
Baseball
Sale
Basketball
Sale
Bear
Sale
Bird
Sale
Blue Palette
Sale
Cat
Sale
Cherries
Sale
Cloud
Sale
Cupcake
Sale
Dinosaur
Sale
Dog
Sale
Elephant
Sale
Figure Skates
Sale
Fire Truck
Sale
Flowers
Sale
Football
Sale
Fox
Sale
Giraffe
Sale
Green Palette
Sale
Heart
Sale
Ice Hockey
Sale
Monkey
Sale
Mushroom
Sale
Dairy Allergy
Sale
Egg Allergy
Sale
Gluten Allergy
Sale
Nut Allergy
Sale
Seafood Allergy
Sale
Pink Palette
Sale
Racecar
Sale
Red Palette
Sale
Robot
Sale
Rocket
Sale
Russian Doll
Sale
Shooting Star
Sale
Soccer
Sale
Teapot
Sale
Camping
Sale
Train
Sale
Truck
Sale
Unicorn
Sale
Yellow Palette
Sale
Purple Palette
Sale
Bumble Bee
Sale
Butterfly
Sale
Donuts
Sale
Penguin
Sale
Frog
Sale
Clownfish
Sale
Octopus
Sale
Mermaid
Sale
Spaceman
Sale
House
Sale
Zombie
Sale
Hedgehog
Sale
Blocks
Sale
Pickaxe
Sale
Wizard hat
Sale
Coco
Sale
Horse
Sale
Crystal Gem
Sale
Ice Cream Cone
Sale
Skull
Sale
Taco
Sale
Lightning Bolt
Sale
Shark
Sale
Leopard Print
Sale
Peace Sign
Sale
Fairy
Sale
Peach Palette
Sale
Turquoise Palette
Sale
Videogame
Sale
Plain
Join
© Copyright 2022 KidsLabels.com



Close
 * Standard
 * Delicate
 * Comic Book
 * Typewriter
 * Script
 * Rounded
 * Athletic
 * Sporty


LOGIN

Login

Login error. Please check your email address and password

Forgot your password?

Don't have an account? Register Now!

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

OR
Login with facebook


CREATE AN ACCOUNT



Full Name is required
Email Address is required
  Account with 'null' email address already exists. Login
Minimum 6 characters
Password must match
Subscribe to our newsletter
Register



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

OR
Signup with Facebook


FORGOT YOUR PASSWORD?

Enter your email address and we'll send you a link to reset your password.

Reset Password




CHECK YOUR INBOX!

We've sent you an email with a link to securely reset your password.