todaysgcresources.com Open in urlscan Pro
35.153.48.153  Public Scan

Submitted URL: https://www.cfmediaview.com/lp1.aspx?v=29_171328784_5609_4
Effective URL: https://todaysgcresources.com/resource/pramata-corporation-5-things-you-need-to-do-before-successfully-implementing-a-contract...
Submission: On October 12 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="pramata-corporation-5-things-you-need-to-do-before-successfully-implementing-a-contract-management-system-form" wire:submit="submit(2862, Object.fromEntries(new FormData($event.target)))">
  <div class="flex flex-wrap">
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="first_name" class="block font-semibold text-gray-800 pl-1 py-0.5">First Name</label>
        <input type="text" wire:model.live="fields.first_name" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="first_name" id="first_name" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="last_name" class="block font-semibold text-gray-800 pl-1 py-0.5">Last Name</label>
        <input type="text" wire:model.live="fields.last_name" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="last_name" id="last_name" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="email" class="block font-semibold text-gray-800 pl-1 py-0.5">Business Email</label>
        <input type="text" wire:model.live="fields.email" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="email" id="email" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="phone" class="block font-semibold text-gray-800 pl-1 py-0.5">Phone</label>
        <input type="text" wire:model.live="fields.phone" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="phone" id="phone" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="company_name" class="block font-semibold text-gray-800 pl-1 py-0.5">Organization Name</label>
        <input type="text" wire:model.live="fields.company_name" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="company_name" id="company_name" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative p-1 text-left w-full">
        <label for="job_title" class="block font-semibold text-gray-800 pl-1 py-0.5">Job Title</label>
        <input type="text" wire:model.live="fields.job_title" x-on:change="if (typeof $refs.error !== 'undefined') { $refs.error.show = true }"
          class="block w-full shadow-sm py-2.5 px-4 placeholder-gray-500 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md " name="job_title" id="job_title" value="" required="">
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative w-full px-1 py-2 text-left">
        <label for="country" class="block font-semibold text-gray-800 leading-5 mb-1 py-0.5 pl-1 ">Country</label>
        <select name="country" class="block w-full shadow-sm py-3 px-4 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md appearance-none bg-white " required="">
          <option value="" disabled="" selected="" text-gray-300="">Select Option</option>
          <option value="usa">U.S.A</option>
          <option value="other">Other</option>
        </select>
      </div>
    </div>
    <div class="w-full" wire:ignore="">
      <div class="relative w-full px-1 py-2 text-left">
        <label for="annual_company_revenue" class="block font-semibold text-gray-800 leading-5 mb-1 py-0.5 pl-1 ">Annual Company Revenue</label>
        <select name="annual_company_revenue" class="block w-full shadow-sm py-3 px-4 text-gray-500 focus:ring-cards-buttonHover focus:border-cards-buttonHover border-gray-400 rounded-md appearance-none bg-white " required="">
          <option value="" disabled="" selected="" text-gray-300="">Select Option</option>
          <option value="greater_than_15m">Greater than $15m</option>
          <option value="less_than_15m">Less than $15m</option>
        </select>
      </div>
    </div>
    <input type="hidden" name="ruuid" value="5e30bbfc-714d-4b34-8b1b-67ba2ff377b3">
    <input type="hidden" name="_token" value="LW84sUxioRIh2dYBIzLIg6fFCNdKXtae1jUAoaPb" autocomplete="off">
  </div>
  <div class="relative mt-3 mb-8">
    <button class="transition ease-in-out duration-300 bg-button-bg text-button-text hover:bg-button-hover flex w-full justify-center select-none font-bold rounded py-6 px-3 leading-tight text-2xl shadow" style="min-height: 78px;"
      wire:loading.attr="disabled">
      <span>Download Now</span>
    </button>
  </div>
</form>

Text Content

Facebook Twitter LinkedIn
Subscribe
Menu
 * Home
 * Magazine
 * Features
 * News
 * Topics
   Compliance Data Privacy & Cybersecurity E-Discovery Intellectual Property
   Labor & Employment Legal Operations Litigation Managing Partner All Topics
 * Topics
   Compliance Data Privacy & Cybersecurity E-Discovery Intellectual Property
   Labor & Employment Legal Operations Litigation Managing Partner All Topics
 * Webinars
 * Advertise
 * Subscribe
 * Resources

|Today's GC Resources



Learn more about Today's GC Resources (in under 2 mins)!


COMPLIMENTARY EBOOK

5 Things You Need to Do Before (Successfully) Implementing a Contract Management
System
Avoid the dreaded “implementation fail” with these five tips and up your chances
for a smooth and successful start.
If you’re thinking about a contract management solution, then you need a roadmap
for getting it in place as quickly and smoothly as possible. The reason so many
technology projects fail isn’t primarily because the tech doesn’t work: It’s
because it’s easy to get caught up in the shiny new technology itself, and
forget to lay the groundwork for success.

You can avoid this common pitfall, by taking some tried and true steps, even
before you make a purchasing decision. In this guide, we’ll cover the five steps
to successfully implementing a contract management system, regardless of which
platform you’re using.

Get practical takeaways on:
 * Determining your organization’s readiness for change
 * Considering all possible users and use cases at the start of the project
 * Dealing with the dreaded task of legacy contract migration
 * And more!

Fill out the form to gain instant access to this exclusive, 15-page eBook now!
Feeling inspired? Share these insights on social.
 * 
 * 
 * 

GAIN ACCESS

First Name
Last Name
Business Email
Phone
Organization Name
Job Title
Country Select Option U.S.A Other
Annual Company Revenue Select Option Greater than $15m Less than $15m
Download Now
Feeling inspired? Share these insights on social.
 * 
 * 
 * 


EXPLORE MORE LIKE THIS

eBook
Contract Management
Skills and Professional Development
Small Law Firms
Technology, Privacy, and eCommerce


ABOUT US

Today’s General Counsel is a multi-platform source of content curated daily,
webinars, a monthly magazine with content submitted by practitioners, e-mail
newsletters and co-branded email blasts for the legal department, c-suites, risk
and compliance managers in corporations.

 * Contact us
 * Advertise
 * How To Publish an Article in Today’s General Counsel


SUBSCRIBE

For the latest news and business legal developments, subscribe to Today’s
General Counsel.

 * Today's General Counsel - Digital Magazine
 * Daily Updates
 * Data Privacy & Cybersecurity Weekly Newsletter
 * Litigation Weekly Newsletter
 * Legal Operations Weekly Newsletter
 * Live and On-Demand Webinars

Facebook Twitter LinkedIn
 * About Us
 * Contact Us
 * Privacy Policy
 * Terms of Service
 * How To Publish an Article in Today’s General Counsel
 * Editorial Guidelines
 * Advertise

© 2023 Today's General Counsel. All Rights Reserved.
Powered by Lead Marvels, Inc 2023