findmysettlement.com Open in urlscan Pro
3.213.205.177  Public Scan

Submitted URL: https://links.iterable.com/u/click?_t=a87f43ea3f2b415aacfe06175e8b1dcd&_m=57133ac82f5b4e90940dd388fd1b16a8&_e=Jcc9ciYfohuja...
Effective URL: https://findmysettlement.com/talcum/?bc=mh3&c1=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&c2=&c3=&sid=11748&...
Submission: On August 04 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST post.php?bc=mh3&c1=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&c2=&c3=&sid=11748&hid=1239776150&netid=460632&pubid=460632&lp=7043

<form action="post.php?bc=mh3&amp;c1=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&amp;c2=&amp;c3=&amp;sid=11748&amp;hid=1239776150&amp;netid=460632&amp;pubid=460632&amp;lp=7043" method="post" enctype="multipart/form-data"
  id="formquestions" class="">
  <div class="qgroups">
    <div class="qgroup">
      <fieldset class="injuryfield hasexplain">
        <label for="injury">Were you or a loved one diagnosed with any of the following cancers?</label>
        <select name="injury" id="questioninjury" required="">
          <option disabled="" selected="" value="">-- Please Choose --</option>
          <option value="Ovarian cancer">Ovarian cancer</option>
          <option value="Cervical cancer">Cervical cancer</option>
          <option value="Mesothelioma">Mesothelioma</option>
          <option value="Endometrioid Ovarian cancer">Endometrioid Ovarian cancer</option>
          <option value="Fallopian Tube cancer">Fallopian Tube cancer</option>
          <option value="Peritoneal cancer">Peritoneal cancer</option>
          <option value="Serious Epithelial Ovarian cancer">Serious Epithelial Ovarian cancer</option>
          <option value="Death from Ovarian or Fallopian Tube cancer">Death from Ovarian or Fallopian Tube cancer</option>
          <option value="Uterine or Endometrial cancer">Uterine or Endometrial cancer</option>
          <option value="Borderline Serious or Mucinous Tumors">Borderline Serious or Mucinous Tumors</option>
          <option value="Bladder cancer">Bladder cancer</option>
          <option value="Other cancer" class="explain">Other cancer</option>
          <option value="No cancer" class="explain">No cancer</option>
        </select>
      </fieldset>
      <fieldset class="explainfield hidden">
        <label for="case_description">Please specify what condition you developed as a results of using Talcum powder:</label>
        <textarea name="case_description" id="questionExplain"></textarea>
      </fieldset>
      <script>
        $(document).ready(function() {
          $('#questionExplain').val('');
          $('.hasexplain').on('change', function() {
            if ($('.explain').is(':selected')) {
              $('#questionExplain').val('');
              $('#questionExplain').prop('required', true);
              $('.explainfield').show();
            } else {
              $('#questionExplain').val('');
              $('#questionExplain').prop('required', false);
              $('.explainfield').hide();
            }
          });
        });
      </script>
      <fieldset class="year_of_diagnosesfield">
        <label for="year_of_diagnoses">What year were you diagnosed?</label>
        <select name="year_of_diagnoses" id="questionyear_of_diagnoses" required="">
          <option disabled="" selected="" value="">-- Please Choose --</option>
          <option value="2022">2022</option>
          <option value="2021">2021</option>
          <option value="2020">2020</option>
          <option value="2019">2019</option>
          <option value="2018">2018</option>
          <option value="2017">2017</option>
          <option value="2016">2016</option>
          <option value="2015">2015</option>
          <option value="2014">2014</option>
          <option value="2013">2013</option>
          <option value="2012">2012</option>
          <option value="2011">2011</option>
          <option value="2010">2010</option>
          <option value="2009">2009</option>
          <option value="2008">2008</option>
          <option value="2007">2007</option>
          <option value="2006">2006</option>
          <option value="2005">2005</option>
          <option value="2004">2004</option>
          <option value="2003">2003</option>
          <option value="2002">2002</option>
          <option value="2001">2001</option>
          <option value="2000">2000</option>
          <option value="1999 or earlier">1999 or earlier</option>
        </select>
      </fieldset>
      <fieldset class="tort_namefield">
        <label for="tort_name">How many years have you or your loved one used talcum powder?</label>
        <select name="tort_name" id="questiontort_name" required="">
          <option disabled="" selected="" value="">-- Please Choose --</option>
          <option value="No">1-3 Years</option>
          <option value="talcum">4+ Years</option>
          <option value="No">Never Used Talcum Powder</option>
        </select>
      </fieldset>
      <fieldset class="attorneyfield">
        <label for="attorney">Do you already have an attorney representing you for this claim?</label>
        <div class="radio attorneyyes">
          <div class="cover"></div>
          <input type="radio" value="yes" name="attorney" required="">
          <label>Yes</label>
        </div>
        <div class="radio attorneyno">
          <div class="cover"></div>
          <input type="radio" value="no" name="attorney">
          <label>No</label>
        </div>
      </fieldset> <button type="button" class="button next" value="Next">Do I Qualify?</button>
    </div>
    <div class="qgroup hidden">
      <h2>Approved. Based on your answers we believe you may have a claim.</h2>
      <fieldset class="firstnamefield">
        <label for="first_name">First Name</label>
        <input type="text" placeholder="First Name" name="first_name" id="questionFirstName" pattern="[a-zA-Z][a-zA-Z ]*[a-zA-Z]" value="" required="">
      </fieldset>
      <fieldset class="lastnamefield">
        <label for="last_name">Last Name</label>
        <input type="text" placeholder="Last Name" name="last_name" id="questionLastName" pattern="[a-zA-Z][a-zA-Z ]*[a-zA-Z]" value="" required="">
      </fieldset>
      <fieldset class="emailfield">
        <label for="email">Email Address</label>
        <input type="email" placeholder="your@emailaddress.com" name="email" id="questionEmail" value="" required="">
      </fieldset>
      <fieldset class="phonefield">
        <label for="phone_number">Phone Number</label>
        <input type="tel" placeholder="888 888 8888" name="phone_number" id="questionPhone" pattern="[0-9]{3} [0-9]{3} [0-9]{4}" maxlength="12" value="" required="">
      </fieldset>
      <script>
        $(document).ready(function() {
          var cleave = new Cleave('fieldset.phonefield input', {
            phone: true,
            phoneRegionCode: 'us'
          });
        });
      </script>
      <fieldset class="zipfield">
        <input type="hidden" inputmode="numeric" placeholder="00000" name="zip" id="questionZip" pattern="[0-9]{5}" maxlength="5" value="60601">
      </fieldset> <input type="submit" value="Submit ✓">
      <small>
        <p class="privtext"> We take your privacy seriously. By clicking <span class="button_wording">Submit ✓</span> I confirm that I am a U.S. resident over the age of 18, I agree to the
          <a href="page.php?page=terms-and-conditions" target="_blank">Terms and Conditions</a> and <a href="page.php?page=privacy-policy" target="_blank">Privacy Policy</a>, and I agree to receive offers via email from FindMySettlement. I also agree
          to be contacted by FindMySettlement and these <a href="page.php?page=partners" target="_blank">Marketing Partners</a> at the phone number I provided above via pre-recorded and/or automated telephone calls and/or text messages even if my
          number is listed on a Do Not Call list and I understand this consent is not a condition of purchase. Message/data rates may apply. Reply HELP at any time, or STOP to opt-out. </p>
        <img src="/webcommon/site/img/secure-black.png" class="ssl">
      </small>
    </div>
  </div>
  <input type="hidden" name="userip" id="userip" value="217.114.215.131">
  <input type="hidden" name="agentid" id="agentid" value="460632_I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3">
  <input type="hidden" name="c1" id="c1" value="I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3">
  <input type="hidden" name="c2" id="c2" value="">
  <input type="hidden" name="c3" id="c3" value="">
  <input type="hidden" name="sid" id="sid" value="11748">
  <input type="hidden" name="ref" id="ref" value="460632">
  <input type="hidden" name="siteid" id="siteid" value="461303">
  <input type="hidden" name="pubid" id="pubid" value="460632">
  <input type="hidden" name="source" id="source" value="findmysettlement.com/talcum/?bc=mh3">
  <input type="hidden" name="domain" id="domain" value="findmysettlement.com">
  <input type="hidden" name="dateTime" id="dateTime" value="2023-08-04T23:53:50+00:00 ">
  <input type="hidden" name="userAgent" id="userAgent" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.5790.170 Safari/537.36">
  <input type="hidden" name="platform" id="platform" value="desktop">
  <input type="hidden" name="signup_date" id="signup_date" value="2023-08-04">
  <input type="hidden" name="hpqstring" id="hpqstring" value="pub=461303&amp;c1=461303_460632_7043&amp;c2=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&amp;c3=1239776150">
  <input type="hidden" name="qstring" id="qstring" value="pubid=460632&amp;sid=11748&amp;hid=1239776150&amp;c1=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&amp;c2=&amp;c3=&amp;px=&amp;altc1=461303_460632_7043">
  <input type="hidden" name="passthroughString" id="passthroughString" value="pub=460632&amp;c1=I_CA_460632_1022236_PMG.RF_A120_11748_131_4AUG23_5_8kXzMZy3&amp;c2=&amp;c3=&amp;hid=1239776150&amp;altc1=461303_460632_7043">
  <input type="hidden" name="altc1" id="altc1" value="461303_460632_7043">
  <input type="hidden" name="hid" id="hid" value="1239776150">
  <input type="hidden" name="trusted-form-id" id="trusted-form-id" class="tf-id" value="95c406df49c71f6c31542acd018f83e25da17e26">
  <input type="hidden" name="trusted-form-url" id="trusted-form-url" class="tf-url" value="https://cert.trustedform.com/95c406df49c71f6c31542acd018f83e25da17e26">
  <input type="hidden" name="lp" id="lp" value="7043">
  <input type="hidden" name="formpage" id="formpage" value="/talcum/index.php">
  <input type="hidden" name="pth" id="pth" value="">
  <input type="hidden" name="bc" id="bc" value="mh3">
  <input type="text" name="transord_7799" id="transord_7799" value="">
  <input type="hidden" name="xxTrustedFormToken" id="xxTrustedFormToken_0" value="https://cert.trustedform.com/95c406df49c71f6c31542acd018f83e25da17e26"><input type="hidden" name="xxTrustedFormCertUrl" id="xxTrustedFormCertUrl_0"
    value="https://cert.trustedform.com/95c406df49c71f6c31542acd018f83e25da17e26"><input type="hidden" name="xxTrustedFormPingUrl" id="xxTrustedFormPingUrl_0"
    value="https://ping.trustedform.com/0.y8KxMupUf8wb4jeA8gpnDxXqr1dw5aWPCnfnsRJzBaYUX6SDl_uIlQZe-ESJecWt13fpiF5v.ClggDHBL8ThJhaQn7mjiOQ.CSMRNaEZGBS4gBDP21-pWw">
</form>

<form id="trustedform"><input type="hidden" name="xxTrustedFormToken" id="xxTrustedFormToken_1" value="https://cert.trustedform.com/95c406df49c71f6c31542acd018f83e25da17e26"><input type="hidden" name="xxTrustedFormCertUrl" id="xxTrustedFormCertUrl_1"
    value="https://cert.trustedform.com/95c406df49c71f6c31542acd018f83e25da17e26"><input type="hidden" name="xxTrustedFormPingUrl" id="xxTrustedFormPingUrl_1"
    value="https://ping.trustedform.com/0.y8KxMupUf8wb4jeA8gpnDxXqr1dw5aWPCnfnsRJzBaYUX6SDl_uIlQZe-ESJecWt13fpiF5v.ClggDHBL8ThJhaQn7mjiOQ.CSMRNaEZGBS4gBDP21-pWw"></form>

Text Content

Menu
 * Lawsuits
 * Talcum Products
 * Compensation


BABY POWDER ALERT!


TALCUM POWDER CANCER CLAIMS


TALCUM POWDER IS POTENTIALLY AT FAULT IN THOUSANDS OF CASES OF OVARIAN CANCER


JOHNSON & JOHNSON HAS BEEN DIRECTED TO PAY MORE THAN $4 BILLION TO INDIVIDUALS
WHO HAVE USED THEIR PRODUCT.


IF YOU HAVE USED J&J TALCUM POWDER AND GOT SICK, YOU COULD BE ELIGIBLE FOR
SUBSTANTIAL COMPENSATION.

Were you or a loved one diagnosed with any of the following cancers? -- Please
Choose -- Ovarian cancer Cervical cancer Mesothelioma Endometrioid Ovarian
cancer Fallopian Tube cancer Peritoneal cancer Serious Epithelial Ovarian cancer
Death from Ovarian or Fallopian Tube cancer Uterine or Endometrial cancer
Borderline Serious or Mucinous Tumors Bladder cancer Other cancer No cancer
Please specify what condition you developed as a results of using Talcum powder:
What year were you diagnosed? -- Please Choose -- 2022 2021 2020 2019 2018 2017
2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001
2000 1999 or earlier How many years have you or your loved one used talcum
powder? -- Please Choose -- 1-3 Years 4+ Years Never Used Talcum Powder Do you
already have an attorney representing you for this claim?

Yes

No
Do I Qualify?


APPROVED. BASED ON YOUR ANSWERS WE BELIEVE YOU MAY HAVE A CLAIM.

First Name Last Name Email Address Phone Number

We take your privacy seriously. By clicking Submit ✓ I confirm that I am a U.S.
resident over the age of 18, I agree to the Terms and Conditions and Privacy
Policy, and I agree to receive offers via email from FindMySettlement. I also
agree to be contacted by FindMySettlement and these Marketing Partners at the
phone number I provided above via pre-recorded and/or automated telephone calls
and/or text messages even if my number is listed on a Do Not Call list and I
understand this consent is not a condition of purchase. Message/data rates may
apply. Reply HELP at any time, or STOP to opt-out.




IN RECENT YEARS, JOHNSON & JOHNSON HAS BEEN REQUIRED TO PAY BILLIONS OF DOLLARS
IN COMPENSATION TO VICTIMS AND THEIR LOVED ONES IN BABY POWDER CANCER LAWSUITS.
THESE INCLUDE:

 * A South Dakota woman who was diagnosed with cancer received $55 million
 * A Virginia woman who developed cancer after using baby powder received $110
   million
 * A California woman who attributed her cancer to baby powder was awarded $417
   million
 * A Missouri woman who developed cancer after using talc received $70 million
 * The family of a woman who passed away from ovarian cancer received $72
   million
 * A man who attributed his mesothelioma to baby powder use received $117
   million
 * 22 women who were diagnosed with ovarian cancer after using baby powder were
   awarded $4.6 billion.

QUALIFY FOR COMPENSATION NOW



SOME EVERYDAY ITEMS THAT CONTAIN TALCUM POWDER:

 * Talcum Powder - Johnson & Johnson's Shower to Shower product
 * Cosmetics - Talcum Powder is a common ingredient in various types of makeup
 * Baby Powder - Talcum Powder has been used by many mothers to prevent diaper
   rash
 * Dry Shampoo - Talcum Powder's absorbent qualities make it suitable for use on
   the scalp
 * Grease Remover - Talcum Powder is applied to grease stains on clothing for
   easier removal

QUALIFY FOR COMPENSATION NOW



DON'T WAIT ANY LONGER - ACT NOW AND COMPLETE THE FORM AT THE TOP OF THIS PAGE TO
DETERMINE IF YOU QUALIFY!

 1. Fill out the Form
 2. Receive a Free Case Review
 3. Potentially Receive Compensation

Johnson & Johnson has already been mandated to pay billions of dollars in
lawsuits, and time is running out. To ensure that you have the best opportunity
to receive the justice you deserve, complete the form at the top of this page
TODAY.

Our team will contact you as quickly as possible, usually within 15 minutes, to
go over your options and collect any necessary information to secure the
settlement you deserve. This service is entirely free of charge and without any
obligation.

Your attorney will work tirelessly to secure the best possible compensation for
you. You won't have to pay anything upfront, and your attorney will only receive
payment when a settlement is achieved in your case.

QUALIFY FOR COMPENSATION NOW


Privacy Policy · Terms & Conditions · CA Consumers: Do Not Sell My Information

All Rights Reserved on this website, Copyright © 2023



We are matching you with an attorney to review your claim further....
Please stand by your phone. Your attorney match will be contacting you shortly!

✘

This is a paid legal advertising from FindMySettlement
17595 Harvard Ave, Suite 685. Irvine, CA 92614
FindMySettlement may work with an additional law firms as co-counsel in their
discretion

Disclaimer: The contents of this website are for informational purposes only. We
are not licensed attorneys and do not provide legal services. We are an
advertising group that represents lawyers jointly advertising their services. We
are not a law firm or lawyer referral service. Communications on this website
are not protected by attorney client privilege. This information is meant to
improve consumer awareness. You should not rely upon any information on this
website as legal advice. Please consult with an attorney in your jurisdiction
for qualified legal information or representation.