Product Registration

PRODUCT REGISTRATION FOR SAFETY ALERT OR RECALL ONLY. We will use the information provided on this page only to contact you if there is a safety alert or recall for this product. We will not sell, rent or share your personal information. If you register on this website, you do not need to fill out the card that came with your product.

<p class="line-item-property__field">
  <label for="first-name">First name</label>
  <input id="first-name" type="text" name="properties[_First name]">
</p>

<p class="line-item-property__field">
  <label for="last-name">Last name</label>
  <input id="last-name" type="text" name="properties[_Last name]">
</p>

<p class="line-item-property__field">
  <label for="email-address">Email Address</label>
  <input id="email-address" type="text" name="properties[_Email Address]">
</p>

<p class="line-item-property__field">
  <label>Product Name</label><br>
  <select id="product-name" name="properties[_Product Name]">
    <option value="Roamie Carrier">Roamie Carrier</option>
  </select>
</p>

<p class="line-item-property__field">
  <label for="serial-number-found-on-tag-inside-your-carrier">Serial Number (found on tag inside your carrier)</label>
  <input id="serial-number-found-on-tag-inside-your-carrier" type="text" name="properties[_Serial Number (found on tag inside your carrier)]">
</p>

<p class="line-item-property__field">
  <input type="hidden" name="properties[_I agree to receive important product safety notifications and recalls]" value="No">
  <input id="i-agree-to-receive-important-product-safety-notifications-and-recalls" type="checkbox" name="properties[_I agree to receive important product safety notifications and recalls]" value="Yes">
  <label for="i-agree-to-receive-important-product-safety-notifications-and-recalls">I agree to receive important product safety notifications and recalls</label>
</p>