patientsaspartnerseu.com Open in urlscan Pro
3.238.224.153  Public Scan

URL: https://patientsaspartnerseu.com/submit-a-topic-1?inf_contact_key=68033e92bc66120fede7c1b5e4f1ccd7842e902fbefb79ab9abae13bfcb46658
Submission: On November 17 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

https://theconferenceforum.org/search

<form class="flex items-center search-form justify-center w-full" action="https://theconferenceforum.org/search">
  <input type="hidden" name="_token" value="WDuZioX3nKlx1z5oFUdZNq5aKYysuIYrJ0fq2IlB">
  <div class="search-form__input-box">
    <input type="text" class="form-control search-form__input" name="keyword" placeholder="Enter to Search">
    <button class="search-form__btn"><img src="https://patientsaspartnerseu.com/fe/img/icons/search.png" alt="search"></button>
  </div>
  <div class="flex items-center search-form__mode">
    <strong class="mr-2">Basic</strong>
    <div class="custom-control custom-switch">
      <input type="checkbox" class="custom-control-input toggle-search-type" id="customSwitch1-toggle-search-type-pc">
      <label class="custom-control-label" for="customSwitch1-toggle-search-type-pc"></label>
    </div>
    <strong>Advanced</strong>
  </div>
  <div class="search-form__advance flex items-center justify-center px-2 sm:px-13 xl:px-0 pb-10" id="searchAdvanced">
    <div class="flex flex-wrap gap-y-5" style="max-width: 1416px;">
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Type:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by type" name="searchType" data-select2-id="1" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="3">Select a type</option>
          <option value="editorial">Editorial</option>
          <option value="podcast">Podcast</option>
          <option value="webinar">Webcast</option>
          <option value="conference">Conference</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by type" tabindex="0" aria-disabled="false" aria-labelledby="select2-searchType-9l-container"><span class="select2-selection__rendered" id="select2-searchType-9l-container"
                role="textbox" aria-readonly="true" title="Select a type">Select a type</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Category:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by category" name="category" data-select2-id="4" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="6">Select a category</option>
          <option value="4">Biotech CMO/R&amp;D Leadership</option>
          <option value="2">Clinical Trial Operations</option>
          <option value="13">CRAACO: Clinical Research as a Care Option</option>
          <option value="5">Drug Delivery</option>
          <option value="3">Immuno-Oncology and Cell Therapy</option>
          <option value="14">Patients as Partners in Clinical Research and Patient Access</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by category" tabindex="0" aria-disabled="false" aria-labelledby="select2-category-88-container"><span class="select2-selection__rendered" id="select2-category-88-container"
                role="textbox" aria-readonly="true" title="Select a category">Select a category</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search Within Date Range:</h6>
        <div class="grid grid-cols-2 gap-x-2 xl:w-928px">
          <div class=""><input type="date" class="form-control" name="from"></div>
          <div class=""><input type="date" class="form-control" name="to"></div>
        </div>
      </div>
    </div>
  </div>
</form>

https://theconferenceforum.org/search

<form class="flex items-center search-form justify-center w-full" action="https://theconferenceforum.org/search"> @csrf <div class="search-form__input-box">
    <input type="text" class="form-control search-form__input" name="keyword" placeholder="Enter to Search">
    <button class="search-form__btn"><img src="https://patientsaspartnerseu.com/fe/img/icons/search.png" alt="search"></button>
  </div>
  <div class="flex items-center search-form__mode">
    <strong class="mr-2">Basic</strong>
    <div class="custom-control custom-switch">
      <input type="checkbox" class="custom-control-input toggle-search-type" id="customSwitch1-{{ 'toggle-search-type-' . $count }}">
      <label class="custom-control-label" for="customSwitch1-{{ 'toggle-search-type-' . $count }}"></label>
    </div>
    <strong>Advanced</strong>
  </div>
  <div class="search-form__advance flex items-center justify-center px-2 sm:px-13 xl:px-0 pb-10" id="searchAdvanced">
    <div class="flex flex-wrap gap-y-5" style="max-width: 1416px;">
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Type:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by type" name="searchType" data-select2-id="7" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="9">Select a type</option>
          <option value="editorial">Editorial</option>
          <option value="podcast">Podcast</option>
          <option value="webinar">Webcast</option>
          <option value="conference">Conference</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="8" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by type" tabindex="0" aria-disabled="false" aria-labelledby="select2-searchType-yo-container"><span class="select2-selection__rendered" id="select2-searchType-yo-container"
                role="textbox" aria-readonly="true" title="Select a type">Select a type</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search By Category:</h6>
        <select class="form-control xl:w-928px select2-hidden-accessible" title="Search by category" name="category" data-select2-id="10" tabindex="-1" aria-hidden="true">
          <option value="" data-select2-id="12">Select a category</option>
          <option value="4">Biotech CMO/R&amp;D Leadership</option>
          <option value="2">Clinical Trial Operations</option>
          <option value="13">CRAACO: Clinical Research as a Care Option</option>
          <option value="5">Drug Delivery</option>
          <option value="3">Immuno-Oncology and Cell Therapy</option>
          <option value="14">Patients as Partners in Clinical Research and Patient Access</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="11" style="width: 928px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
              aria-haspopup="true" aria-expanded="false" title="Search by category" tabindex="0" aria-disabled="false" aria-labelledby="select2-category-jm-container"><span class="select2-selection__rendered" id="select2-category-jm-container"
                role="textbox" aria-readonly="true" title="Select a category">Select a category</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper"
            aria-hidden="true"></span></span>
      </div>
      <div class="flex w-full items-center justify-between" style="max-width: 1164px;">
        <h6 class="w-56">Search Within Date Range:</h6>
        <div class="grid grid-cols-2 gap-x-2 xl:w-928px">
          <div class=""><input type="date" class="form-control datepicker" name="from"></div>
          <div class=""><input type="date" class="form-control datepicker" name="to"></div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form method="post" id="formbuilderForm1" onsubmit="return systemFormSubmit1()">
  <input type="hidden" name="_token" value="WOoMsmUk4f6SomQNGEEmyHUV3s25yo26uYERl0bm">
  <div class="grid sm:grid-cols-2 md:grid-cols-4 justify-content-center gap-4">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="First Name*" name="text-1690223664339-0" required="">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Last Name*" name="text-1690223684587-0" required="">
    <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Email*" name="text-1687955445752-0" required="">
    <select name="select-1690223696565-0[]" data-placeholder="Areas of Interest" class="form-control form-control form-control-lg input-size-small input-style-bold select2-hidden-accessible" id="" multiple="" required="" data-select2-id="13"
      tabindex="-1" aria-hidden="true">
      <option value="">Areas of Interest</option>
      <option value="Clinical Trial Operations">Clinical Trial Operations</option>
      <option value="Drug Delivery">Drug Delivery</option>
      <option value="Immuno-Oncology">Immuno-Oncology</option>
      <option value="Clinical Research as a Care Option">Clinical Research as a Care Option</option>
      <option value="Patients as Partners in Clinical Research">Patients as Partners in Clinical Research</option>
      <option value="R&amp;D Leadership">R&amp;D Leadership</option>
    </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="14" style="width: 249.5px;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
          aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
          <ul class="select2-selection__rendered">
            <li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list"
                placeholder="Areas of Interest" style="width: 227.5px;"></li>
          </ul>
        </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
  </div>
  <div class="section-editorial-form__btn">
    <button class="transition-colors ease-in-out duration-500 uppercase" type="submit">Submit</button>
  </div>
</form>

POST

<form method="post" id="conferenceForm23" onsubmit="return formSubmit()">
  <input type="hidden" name="_token" value="WOoMsmUk4f6SomQNGEEmyHUV3s25yo26uYERl0bm">
  <div class="grid sm:grid-cols-2 md:grid-cols-4 justify-content-center gap-4">
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">First Name*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="First Name" name="text-1698336222958-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Last Name*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Last Name" name="text-1698336224260-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Email*</label>
      <input type="text" class="
                               form-control                               form-control form-control-lg input-size-small input-style-bold" placeholder="Email" name="text-1698336225239-0" required="">
    </div>
    <div class="mb-3">
      <label class="form-label" style="font-weight: normal">Areas of Interest*</label>
      <select name="select-1698336228174-0[]" data-placeholder="Areas of Interest" class="form-control form-control form-control-lg input-size-small input-style-bold select2-hidden-accessible" id="" multiple="" required="" data-select2-id="15"
        tabindex="-1" aria-hidden="true">
        <option value="Patients as Partners in Clinical Research">Patients as Partners in Clinical Research</option>
        <option value="Clinical Trial Operations">Clinical Trial Operations</option>
        <option value="Clinical Research as a Care Option">Clinical Research as a Care Option</option>
        <option value="Drug Delivery">Drug Delivery</option>
        <option value="Immuno-Oncology">Immuno-Oncology</option>
        <option value="R&amp;D Leadership">R&amp;D Leadership</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="16" style="width: 249.5px;"><span class="selection"><span class="select2-selection select2-selection--multiple" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="-1" aria-disabled="false">
            <ul class="select2-selection__rendered">
              <li class="select2-search select2-search--inline"><input class="select2-search__field" type="search" tabindex="0" autocomplete="off" autocorrect="off" autocapitalize="none" spellcheck="false" role="searchbox" aria-autocomplete="list"
                  placeholder="Areas of Interest" style="width: 227.5px;"></li>
            </ul>
          </span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
    </div>
  </div>
  <div class="section-editorial-form__btn">
    <button class="transition-colors ease-in-out duration-500" type="submit"> SUBMIT </button>
  </div>
</form>

Text Content

Menu

 * Conferences
 * Editorial
 * PharmaTalkRadio Podcasts
 * Videos/Webcasts
 * Marketing Services
 * About Us

Explore By Subject Area   
 * Clinical Trial Operations
 * CRAACO: Clinical Research as a Care Option
 * Immuno-Oncology and Cell Therapy
 * Patients as Partners in Clinical Research
 * Biotech CMO/R&D Leadership
 * Drug Delivery

Menu


Basic

Advanced

SEARCH BY TYPE:

Select a type Editorial Podcast Webcast Conference Select a type

SEARCH BY CATEGORY:

Select a category Biotech CMO/R&D Leadership Clinical Trial Operations CRAACO:
Clinical Research as a Care Option Drug Delivery Immuno-Oncology and Cell
Therapy Patients as Partners in Clinical Research and Patient Access Select a
category

SEARCH WITHIN DATE RANGE:


 * About
   * Who Should Attend
   * Registration Fees
   * Partners/Media
   * Submit a Topic
   * Testimonials
   * Advisors
   * Patients as Partners EU Team
   * Photo Gallery
 * Download the 2023 Agenda
 * Sponsors
   * 2023 Sponsors
   * Sponsorship Opportunities
   * 2024 Sponsors
 * Editorial
 * Multimedia
   * Videos/Webcasts
   * Podcasts

Register Here

Patients as Partners Europe | Date:  May 20, 2024 - May 21, 2024 | Location: TBA


Return Home


Register Here Menu

Patients as Partners Europe

Date: May 20, 2024 - May 21, 2024

Location: TBA

@csrf

Basic

Advanced

SEARCH BY TYPE:

Select a type Editorial Podcast Webcast Conference Select a type

SEARCH BY CATEGORY:

Select a category Biotech CMO/R&D Leadership Clinical Trial Operations CRAACO:
Clinical Research as a Care Option Drug Delivery Immuno-Oncology and Cell
Therapy Patients as Partners in Clinical Research and Patient Access Select a
category

SEARCH WITHIN DATE RANGE:


 * About
   * Who Should Attend
   * Registration Fees
   * Partners/Media
   * Submit a Topic
   * Testimonials
   * Advisors
   * Patients as Partners EU Team
   * Photo Gallery
 * Download the 2023 Agenda
 * Sponsors
   * 2023 Sponsors
   * Sponsorship Opportunities
   * 2024 Sponsors
 * Editorial
 * Multimedia
   * Videos/Webcasts
   * Podcasts



Submit a Topic

Please read the below carefully before filling out the form:
If you are working on a new model, strategy, collaboration, process or new
technology that highlights how you are working with patients in clinical trials
and would like to submit a speaking proposal, you may do so by filling out the
form below.

**If your organization provides services, solutions and/or technologies to
support biopharma, all speaking roles are contingent upon sponsorship and your
submission will be submitted to our business development team.

All submissions are due Decembe 22nd and will be reviewed by January 12th. A
team member will contact you shortly thereafter. If you are unable to use the
form below, please email your topic submission to service@tcfllc.org.

Loading…


2023 SPONSORS

‹›



SUBSCRIBE FOR MORE INFORMATION

Please provide your contact information and select areas of interest to receive
updates.

Areas of Interest Clinical Trial Operations Drug Delivery Immuno-Oncology
Clinical Research as a Care Option Patients as Partners in Clinical Research R&D
Leadership
 * 

Submit


SUBSCRIBE FOR MORE INFORMATION

Please provide your contact information and select areas of interest to receive
updates.

First Name*
Last Name*
Email*
Areas of Interest* Patients as Partners in Clinical Research Clinical Trial
Operations Clinical Research as a Care Option Drug Delivery Immuno-Oncology R&D
Leadership
 * 

SUBMIT
 * About Us
 * Contact Us
 * FAQs
 * Job Openings
 * Privacy Policy

©2023 The Conference Forum. All Rights Reserved.