www.innovationforum.co.uk Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://splendid-squirrel-b7c9427c160c.herokuapp.com/b?y=49ii4eh26orj0dr3c8q6aopn6cojgp9g69hm6cph6hh3goh25gh748hq49k78t3gect2ubrnetrisqbedpnncobkd5nm...
Effective URL: https://www.innovationforum.co.uk/conferences/sustainable-apparel-and-textiles-conference-usa
Submission: On October 30 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

GET /analysis

<form autocomplete="off" class="search-form" action="/analysis" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓"><input type="search" name="q" id="q" placeholder="Search" class="search__input">
  <button name="button" type="submit" class="search-button"><img src="/assets/search-47e0972becb31049cfa6d30b85161a86b8f21fd25ca97a2b9f60a1124a1b3555.svg">
  </button>
</form>

POST /salesforce_brochure

<form action="/salesforce_brochure" method="POST" id="salesforceBrochureForm" data-remote="true">
  <input type="hidden" name="retURL" value="https://innovationforum.s3.amazonaws.com/uploads/spina/attachment/file/2830/Sustainable_Apparel_and_Textiles_Conference_USA_-_2025_Brochure.pdf">
  <input type="hidden" name="endpoint" value="https://content.innovation-forum.co.uk/l/1041011/2024-02-05/34fnlr">
  <label for="FirstName">First Name</label>
  <input id="FirstName" maxlength="40" name="FirstName" size="20" type="text" class="field_group" required="">
  <label for="LastName">Last Name</label>
  <input id="LastName" maxlength="80" name="LastName" size="20" type="text" class="field_group" required="">
  <label for="EmailAddress">Email</label>
  <input id="EmailAddress" maxlength="80" name="EmailAddress" size="20" type="email" class="field_group" required="">
  <label for="Job Title">Job Title</label>
  <input id="Job Title" maxlength="80" name="JobTitle" size="20" type="tel" class="field_group" required="">
  <label for="Organisation">Company</label>
  <input id="Organisation" maxlength="40" name="Organisation" size="20" type="text" class="field_group" required="">
  <fieldset>
    <label>I am interested in...</label>
    <input name="I'm interested in[]" type="checkbox" value="Attending"><span style="padding-left: 1rem;">Attending</span><br>
    <input name="I'm interested in[]" type="checkbox" value="Speaking"><span style="padding-left: 1rem;">Speaking</span><br>
    <input name="I'm interested in[]" type="checkbox" value="Sponsoring"><span style="padding-left: 1rem;">Sponsoring</span><br>
    <input name="I'm interested in[]" type="checkbox" value="Marketing Partnership"><span style="padding-left: 1rem;">Marketing Partnership</span><br>
  </fieldset>
  <!-- <div class="g-recaptcha" data-sitekey="6LfVnCYTAAAAAB4x9xlkeTsV8CO6np5UMhNjRNNZ"></div> -->
  <br>
  <input type="submit" name="commit" value="Submit" class="button fuze" data-disable-with="Submit">
  <button type="button" aria-label="Close modal" data-close="" class="close-button">
    <span ara-hidden="">×</span>
  </button>
</form>

POST /salesforce_register

<form action="/salesforce_register" method="POST" id="salesforceForm" data-remote="true">
  <input type="hidden" name="endpoint" value="https://content.innovation-forum.co.uk/l/1041011/2024-01-11/34c19n">
  <label for="FirstName">First Name</label>
  <input id="FirstName" maxlength="40" name="First name" size="20" type="text" class="field_group" required="">
  <label for="Last Name">Last Name</label>
  <input id="LastName" maxlength="40" name="Last Name" size="20" type="text" class="field_group" required="">
  <label for="EmailAddress">Email</label>
  <input id="EmailAddress" maxlength="80" name="email" size="20" type="email" class="field_group" required="">
  <label for="JobTitle">Job Title</label>
  <input id="JobTitle" maxlength="80" name="Job title" size="20" type="text" class="field_group" required="">
  <label for="Organisation">Company</label>
  <input id="Organisation" maxlength="40" name="Organisation" size="20" type="text" class="field_group" required="">
  <fieldset>
    <label>I am interested in...</label>
    <input name="List preferences[]" type="checkbox" value="Apparel and textiles"><span style="padding-left: 1rem;">Apparel and textiles</span><br>
    <input name="List preferences[]" type="checkbox" value="Plastics and packaging"><span style="padding-left: 1rem;">Plastics and packaging</span><br>
    <input name="List preferences[]" type="checkbox" value="Food and agriculture"><span style="padding-left: 1rem;">Food and agriculture</span><br>
    <input name="List preferences[]" type="checkbox" value="Scope 3 and climate"><span style="padding-left: 1rem;">Scope 3 and climate</span><br>
    <input name="List preferences[]" type="checkbox" value="Responsible sourcing and ethical trade"><span style="padding-left: 1rem;">Responsible sourcing and ethical trade</span><br>
    <input name="List preferences[]" type="checkbox" value="Landscapes and commodity sourcing"><span style="padding-left: 1rem;">Landscapes and commodity sourcing</span><br>
  </fieldset>
  <script src="https://www.recaptcha.net/recaptcha/api.js?render=6Lf079spAAAAALoEHUAfR9tloWuu-JtKNgehNZw9"></script>
  <script>
    // Define function so that we can call it again later if we need to reset it
    // This executes reCAPTCHA and then calls our callback.
    function executeRecaptchaForSubmit() {
      grecaptcha.ready(function() {
        grecaptcha.execute('6Lf079spAAAAALoEHUAfR9tloWuu-JtKNgehNZw9', {
          action: 'submit'
        }).then(function(token) {
          setInputWithRecaptchaResponseTokenForSubmit('g-recaptcha-response-data-submit', token)
        });
      });
    };
    // Invoke immediately
    executeRecaptchaForSubmit()
    // Async variant so you can await this function from another async function (no need for
    // an explicit callback function then!)
    // Returns a Promise that resolves with the response token.
    async function executeRecaptchaForSubmitAsync() {
      return new Promise((resolve, reject) => {
        grecaptcha.ready(async function() {
          resolve(await grecaptcha.execute('6Lf079spAAAAALoEHUAfR9tloWuu-JtKNgehNZw9', {
            action: 'submit'
          }))
        });
      })
    };
    var setInputWithRecaptchaResponseTokenForSubmit = function(id, token) {
      var element = document.getElementById(id);
      element.value = token;
    }
  </script>
  <input type="hidden" name="g-recaptcha-response-data[submit]" id="g-recaptcha-response-data-submit" data-sitekey="6Lf079spAAAAALoEHUAfR9tloWuu-JtKNgehNZw9" class="g-recaptcha g-recaptcha-response "
    value="03AFcWeA6OwGf-403aK2uVpDeRdX5GwywKjSPWWqpMyCIOrUE7UoAUDQyIkOXuT_PTnmgAossWof1wvHcWLkwV5V1dbfgGRziHCZ4SJCx4pvj3jhrjw993LIMK38pnialxJ-YcuEWhGxa9QqjhsGm459QWHCkulCP2VqcUxOrTGWcx1DppFWNgFoWKq6_z00Ymq_a9pGlcClJkv2YeceAqXt8kPlMCV1Lfl_DzsLLmUHF8ra6aFOyqrxvjCaLOcpHqw9vpz5NOROepQLlAH_tkrH8Bneqc9j-QtDiuIz4RKhymfG9r-sDgxBXAjiUL5E0N-_etp33cSpvJWFe13hm2MKzUITmn6kP9MoGgy7yPZi22e5uDaAsMFCXVpGWOsiakXf8AsVJPH8xOLYj-UVGsVDsYh8izlh2otUWIkPaeiI1qLMlPEICdmbxjbF7btqfpLGfTo0ThoyFcDgK0P8J-mQDzpF0RMamGZFkagJ-nx7-m5wdM8ZdK5rueiAoQKPB5UxMOH5ma0kcR6EAJ-3DX-90XJqoAyzxAuxtXYNAIucqkifqOaN6iEX-nPAoT4GXXtKdWGrhTptFJ03wJiPme7gUjfl7YyWGeSWsCs37uEMfubqNkIE-3UY5SbwMGG8o7jDjsdzr2wjmH9Ejc3WMbh3ltvPSutLg7DkS-eRrBykK_zqwshx_dMR5F3lAG0BCi5VoCmlMlC2vWFZRZAKpoLlP7nWY67HKAJiGNTlC83sGX7u1Wb6hc_ekD5XpeGhoVsIC3rxJQApyXI5lzr18xaj7F2YmfkOTw3krdcpFIBNEfKLWR8uW4gtjYI6ftgpPXGOOjNTZBOraHe4wZdBVJo9cU7NUd38pXO81HZQyBSOSNNfHv9uWXJgb4gmXnJjuReN7E_Rrf2g0eTxkJ0Pr6RddqETeC0i2IRpGIWEMMDmXfX6-TEKkTsp-b4HAiDK9Uuk1IGaN_J0EwtvYohnVhDpWFfbMV2OqRdoXxk3LwxOuBPAlWyhVIL6pL4kgado1aIeX7s0mp1_Wkdl-51yfQsOVQiJwRO_eVbAlgRYatU7Gd_RqsK9rGRKTB-0F84ODjOE3-IfY2eQhd2FKWfr5jzUHreHm-6UA4IPuJ6Jsnz0iyWXbUYM01kMXYLEqc3iXChJc7cWUbo9zrt1oCnb4vaTPPMqQPjnXUc0Maw4fHHA7uRl6Wsc1gAINVuaY5_JNTdpZabu0HIsrrJbIMLImPY74b-MsrgDAkrQey9R22bmTebFTid3YmI2gGQwRhT7Ve70h5T8boFsV8G5JGWh5oz3T7jF4zxCl17jv8bNIVRmW_w02p3-NH55B4WgZgXN76HHmkWYoPd3v1F35Qm1XsirsBr4bs3l-RZY3cPMV4IXl0BTidzRfan82LdQ3ZbNlICBv4NtbFwaQaGeZzWGeSUvrbEgzCakLQpfl8-NQUogCoDhlBhDOrDHB5KA1if9CafUFtEgehRW8P2Qtdd8ip75n5UTrol4oaDnL4WghNJoaJz9DeCfwXTKTFVI-SsYQkthQQz7_UYsYNOuGx4RaREmpFj5RjdkLmX3sCtc-08PQriGach3zvNWsZVSReaC3WHR7bLUGIA3zdrwBYStJhy219z3CMVBQdTpST7viEpgHYcY-RhkTN9wuLo1D6B_9AJ9SAxE_UBzesMvRzUcshZU4mw0rfoneuA_W5fdq8O99vBqGNc4-0niabphpVji7tYIxVHZhKBUMKGnSqYcNeC6G_qQHBbD0N1fO55B5F4li7QLUWMMs3nkiEJIECGRTPjPIeFkbJ05GiPfufaLqMKt1G7FxQAmhzZnVQuIH5yJBL9IAIR9yAoGqtbCxFRr2QRLmGjmWDOgekmv36q0czTVeP51BTMTgxujEYJ4i-qg4bO79wRcQ1DlocEZ1wrijAcMLjsXXRiXTt"
    style="">
  <br>
  <input type="submit" name="submit" class="button">
  <button type="button" aria-label="Close modal" data-close="" class="close-button">
    <span ara-hidden="">×</span>
  </button>
</form>

Text Content

 * Overview
 * Agenda
 * Speakers
 * Venue
 * Partners
 * FAQs
 * Brochure
 * Register


Sustainable Apparel and Textiles Conference USA MENU
 * Sustainable Apparel and Textiles Conference USA
 * Overview
 * Agenda
 * Speakers
 * Venue
 * Partners
 * FAQs

 * Brochure
 * Register

24th - 25th June 2025 - New York City


SUSTAINABLE APPAREL AND TEXTILES CONFERENCE USA


FROM AMBITION TO ACTION: HOW BRANDS CAN TRANSFORM SUPPLY CHAINS, RAISE LABOR
STANDARDS, AND ACCELERATE THE TRANSITION TO A CIRCULAR ECONOMY

200+ attendees | 20+ practical sessions | 60+ speakers

This two-day business conference will address how brands can adapt practices to
deliver on ambitious commitments and growing stakeholder expectations. We’ll
equip delegates with the best-practice and guidance to develop net-zero
strategies, transform supply chains, manage consumer communications, scale
circularity, reduce waste, and drive positive social impacts.



CLIMATE ACTION

How apparel brands can develop a clear roadmap to net zero, implement
regenerative and nature-positive approaches, and take more urgent action on
climate



CIRCULAR SYSTEMS

The leading technologies and approaches to implement true circularity and the
solutions that can drive scale 
 

FACTORY ENGAGEMENT AND MANUFACTURING

Brand and factory perspectives on how best to transform factories and the
manufacturing process to ensure sustainable and ethical supply 



SOCIAL IMPACT

How to tackle the challenges in ensuring a truly ethical supply chain and
delivering a clear, positive impact for workers 


2024 SPEAKERS


LOGAN DURAN

Tapestry

Vice President, ESG and Sustainability


LAURA WITTMAN

New Balance

Vice President, Responsible Leadership and Global Compliance


KEN PUCKER

The Fletcher School at Tufts University

Professor of Practice: Sustainable Business Dynamics


DANA DAVIS

Mara Hoffman

Vice President, Sustainability, Product, and Business Strategy


SOPHIA LEGROS

SPARC Group

Senior Director of Product Integrity, Compliance, and Sustainability


MEGAN CARLSON

Tapestry

Director, Materials Development and Sourcing


CHELSEA MURTHA

American Apparel and Footwear Association

Director of Sustainability


ALISON WARD

CottonConnect

CEO

View all speakers


AGENDA HIGHLIGHTS

 * Climate aspirations vs. business growth: Can we unravel the incompatibility
   of these corporate goals?
 * From ambition to action: How can fashion brands translate long-term
   commitments into urgent climate action today? 
 * Regenerative agriculture: How can brands work with farmers to scale
   regenerative agriculture and normalize these practices?
 * Avoiding a reputation for greenwashing: How supply chain data can protect
   corporate reputation and drive stakeholder buyer-in
 * Decarbonizing manufacturing: How brands can work with factories and key
   supply chain actors to tackle Scope 3 emissions
 * Resale vs. rental: Are alternative business models working for climate and
   the bottom line?

 * The legislative landscape: What are the expected impacts on business
   operations in light of globally evolving regulations?
 * Designing for circularity: How brands can integrate circular design
   principles and scale circular practices 
 * Recycling infrastructure: What technology and strategies are available to
   scale infrastructure for recycling?
 * Responsible sourcing and ethical trade: Leading practices to manage supply
   chains, build worker resilience, and maintain compliance
 * Science based targets: What tools and tactics can accelerate supply chain
   decarbonization?
 * Material dilemmas: What are the right baselines, frameworks and metrics to
   measure true material impact?

View full agenda


WHY ATTEND?

Discover best practices from industry leaders and get in-depth guidance on how
to effectively implement policies

Meet & network with an influential audience of key stakeholders, including NGOs,
business, government and supply chain actors

Benchmark company performance amongst a room of your peers and discover where
you should be focusing efforts

THE 4TH ROOM

We’re adding an additional space for discussion on some of the more
controversial topics in sustainability. These are sessions where we’ll have a
really honest conversation about the status quo, and what needs to change to
drive real progress. In The 4th Room there are no speakers - instead we’ll ask
everyone in the room to participate and to contribute their thoughts, their
experiences, and their mistakes. 



EXPANDED REPRESENTATION

To ensure we capture the full picture of industry challenged, we're expanding
representation from different areas of the value chain and bringing in even more
critical stakeholder voices.

PRACTICAL, FOCUSED PROBLEM SOLVING

We’re taking a number of breakout sessions and revamping the format to utilise
the full extent of the expertise in the room. We'll deliver real problem solving
that tackles the critical business challenges and provides clear and practical
outputs






MORE NETWORKING, MORE CONNECTIONS

With increased schmoosing time, more side events and better networking options,
we’re ensuring there’s the opportunity to make the connections that matter and
build the partnerships that can really make a difference. 
> It was a great opportunity to connect and network with industry peers, trying
> to make a difference in the Sustainable Fashion Industry.
> -

> The collective intellect, experience and dedication to frank discussion about
> authentic change has inspired me enormously.
> -

> The event featured an impressive lineup of speakers and engaging discussions
> that inspired and motivated attendees to be a part of the movement for a more
> sustainable future.
> -

> For those researching and practicing ESG, CSR and sustainability, this
> conference is a must.
> -

> I loved speaking alongside fantastic female movers and shakers in the fashion
> and apparel and ESG investing space.
> -




WHAT’S DIFFERENT ABOUT THIS FORUM?

INNOVATION FORUM IS:

 * Candid: Entirely off-the-record discussion that enables open and honest
   disclosure from speakers and genuine participation from the audience.
 * Practical: A clear focus on the practical and actionable guidance that can
   drive change throughout industries and supply chains.
 * Focused: We provide enough time, resources and expertise to the issues that
   really matter. We don’t skate the surface, but get to the crux of the issues
   to provide in-depth, constructive discussion.

INNOVATION FORUM IS NOT:

 * A PR platform: Enthusiastic speakers are NOT given free rein to fill a
   session presenting their companies, allowing no time to actually get to the
   crux of the issues.
 * A talking shop: This is NOT an opportunity for a group people in a room to
   simply agree with everything said, regardless of outcomes.
 * All promise, no delivery: We will NOT promise what we can’t deliver. The
   issues covered are complex. They won’t be solved at a two-day conference. But
   we will help deliver progress through in-depth, constructive and practical
   advice around specific issues.


WHO ATTENDS


Download the Brochure


THE VENUE


VERIZON EXECUTIVE EDUCATION CENTER

2 W Loop Rd.
Cornell Tech
New York City
10044
United States

More details



SUPPORTED BY

2024 LEAD SPONSOR



2024 GOLD SPONSORS



2024 CO-SPONSORS



2024 KNOWLEDGE COLLABORATOR



2024 MARKETING PARTNERS


View all sponsors

Stay updated and get full details on the conference

Download the Brochure


GET IN TOUCH

For any questions on the conference, please contact:


Niamh Campbell
Project Manager
niamh.campbell@innovationforum.co.uk


SIGN UP

Registration for the sustainable apparel conference is currently open. To sign
up, you can do so online here, or get in touch directly for details of group
discounts. 




SPONSORSHIP

For more information and to inquire, please contact:

Gabriela Cuison
Business Development Manager
Gabriela.Cuison@innovationforum.co.uk 




ABOUT US

 * About IF
 * Action Research
 * Terms & Conditions
 * Privacy & Cookies
 * Follow us on
 * Twitter
 * LinkedIn


SECTORS

 * Forests and agriculture
 * Supply chain strategy
 * Business innovation
 * Human rights and trade
 * Sustainable packaging
 * Apparel and textiles


EVENTS

 * Sustainable Packaging Innovation Forum
 * The Scope 3 Innovation Forum USA
 * Responsible Sourcing and Ethical Trade Forum
 * Sustainable Apparel and Textiles Conference
 * Sustainable Packaging Innovation Forum EU
 * The Future of Food and Beverage
 * The Future of Food and Beverage USA
 * The Scope 3 Innovation Forum
 * Sustainable Apparel and Textiles Conference USA


CONTACT

The Alphabeta Building, 18 Finsbury Square
London
EC2A 1AH

info@innovation-forum.co.uk
+44 (0) 20 3780 7430

© 2024 Innovation Forum | Reg No. 08927832

Crafted by FUZE

session modal content


DOWNLOAD BROCHURE

First Name Last Name Email Job Title Company I am interested in... Attending
Speaking
Sponsoring
Marketing Partnership

×


SIGN UP TO OUR NEWSLETTER

First Name Last Name Email Job Title Company I am interested in... Apparel and
textiles
Plastics and packaging
Food and agriculture
Scope 3 and climate
Responsible sourcing and ethical trade
Landscapes and commodity sourcing

×