myeventweb.com Open in urlscan Pro
137.184.139.36  Public Scan

Submitted URL: https://wordpress-1002619-4565194.cloudwaysapps.com/
Effective URL: https://myeventweb.com/
Submission: On June 22 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form>
  <input type="text" name="" aria-label="0">
  <button class="send">Send</button>
</form>

<form @submit.prevent="doLoginSubmit()">
  <div class="c-login__offcanvas">
    <h1>Login</h1>
    <div class="form__input">
      <label for="username">Email Address</label>
      <input type="text" id="username" x-model="form.username" aria-label="7">
      <div class="form__error" x-text="errors.username"></div>
    </div>
    <div class="form__input form__password">
      <label for="password">Password</label>
      <template x-if="!form.show_password">
        <div>
          <input type="password" id="password" x-model="form.password">
          <button type="button" class="" aria-label="Show password" x-on:click="form.show_password = true;">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
              <path
                d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z">
              </path>
              <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
            </svg>
          </button>
        </div>
      </template>
      <div>
        <input type="password" id="password" x-model="form.password" aria-label="8">
        <button type="button" class="" aria-label="Show password" x-on:click="form.show_password = true;">
          <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye" viewBox="0 0 16 16">
            <path
              d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z">
            </path>
            <path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"></path>
          </svg>
        </button>
      </div>
      <template x-if="form.show_password">
        <div>
          <input type="text" id="password" x-model="form.password">
          <button type="button" class="" aria-label="Show password" x-on:click="form.show_password = false;">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-eye-slash" viewBox="0 0 16 16">
              <path
                d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z">
              </path>
              <path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"></path>
              <path
                d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884-12-12 .708-.708 12 12-.708.708z">
              </path>
            </svg>
          </button>
        </div>
      </template>
      <div class="form__error" x-text="errors.password"></div>
    </div>
    <div class="form__input form__submit">
      <label>
        <input type="checkbox" x-model="form.remember" aria-label="9" role="group"> Remember me </label>
      <button type="submit">Log In</button>
    </div>
    <a href="https://myeventweb.com/my-account/lost-password/" class="c-dashboard__lost-password" tabindex="0" aria-label="115">Lost your password?</a>
    <a href="https://myeventweb.com/" class="c-dashboard__home-link" tabindex="0" aria-label="116">← Go to EventWeb</a>
    <a href="https://myeventweb.com/sign-up/" class="c-dashboard__home-link" tabindex="0" aria-label="117">Sign up</a>
  </div>
  <input type="hidden" name="redirect" x-model="form.redirect" value="https://myeventweb.com/dashboard" aria-label="10">
</form>

Text Content

Skip to content
Browse Promotions Budgetary Tips Advertise About Us

EventWeb

Primary Menu
 * Directories
   * Producers
   * Virtual Producers
   * Freelancers & Independent Contractors
   * Industry Suppliers
 * Help Wanted
   * Resume Directory
   * Job Opening Directory
 * Blog
 * RFP Wizard
 * Resume Wizard
 * Login
 * Sign Up


HOMEPAGE


CREATING VALUED CONNECTIONS FOR YOU IN A NEW WAY.


EVENTWEB IS A USER-FRIENDLY AND ROBUST ONLINE ECOSYSTEM BUILT SPECIFICALLY TO
SERVICE THE TRADE SHOW AND CORPORATE EVENT INDUSTRY.



Our groundbreaking new platform builds meaningful and deep connections between
our users on a level never-before-seen in the trade show industry. Job Seekers,
Exhibit & Event Producers, Exhibitors, Event Managers, Industry Suppliers,
Freelancers and Independent Contractors – you’ll all find EventWeb to be an
invaluable resource for your success!

Learn More
Create Your Free Account



Job Seekers

Producers

Virtual Producers

Industry Suppliers

Exhibitors & Event Managers

Freelancers / Independent Contractors




ARE YOU A JOB SEEKER?

EventWeb’s hyper-focused platform will help you find the perfect job in the
trade show and corporate event industry.  Search job openings, post your resume,
or build your own custom resume with our resume wizard – All for FREE!





BROWSE OUR DIRECTORIES

Whether you’re looking for your next production partner, a virtual event
producer, a new industry supplier, a freelancer, or an independent contractor,
EventWeb’s directories have you covered!  Click here to browse for FREE!





HAVE A PROJECT READY TO GO?

Upload your custom RFP directly to Producers that meet your specific needs
through our Producer’s directory, or create your FREE custom RFP with our RFP
Wizard!  Click here to try it out!



 * 1
 * 2
 * 3
 * 4
 * 5
 * 6



 * 1
 * 2
 * 3
 * 4
 * 5
 * 6






THE TRADE SHOW AND CORPORATE EVENT INDUSTRY CONTRIBUTES BILLIONS OF DOLLARS
EVERY YEAR TO THE ECONOMY. IT IS AN INDUSTRY THAT DRIVES INNOVATION, JOB GROWTH,
ENTREPRENEURSHIP, AND SUPPORTS PARTNER INDUSTRIES SUCH AS HOTELS, AIRLINES,
RESTAURANTS, AND ENTERTAINMENT – TO NAME A FEW. HERE ARE US STATISTICS FROM
2019, AS COMPILED BY THE CENTER FOR EXHIBIT INDUSTRY RESEARCH:




11,400


EXHIBITIONS

Held annually in the US.


$101


BILLION

Total impact on US GDP.


1.6


MILLION

US Exhibiting Companies


81.3


MILLION

Event attendees annually in the US.


6.6+


MILLION

US jobs rely on Events.


EVENTWEB WAS BUILT TO SUPPORT THIS MASSIVE INDUSTRY BY PROVIDING A UNIQUE AND
MODERN NETWORK THAT CREATES REWARDING CONNECTIONS BETWEEN THE PEOPLE AND
BUSINESSES THAT MAKE UP THE FOUNDATION OF THIS INDUSTRY.


READY TO GET STARTED?

Join the fastest growing resource in the Exhibit, Trade Show and Corporate Event
industry.
Create Your Free Account



JOB SEEKERS


FROM CARPENTER, TO ACCOUNT MANAGER, TO CEO – EVENTWEB HAS YOU COVERED

Here at EventWeb, we understand just how unique this industry is, and how
difficult it may be to find work opportunities that align with your very
specific skill sets.

That’s why we’ve created the most hyper-focused Help Wanted resource this
industry has ever seen.  Whatever your role may be – From carpenter, to account
manager, to CEO – EventWeb has you covered, with unique algorithms designed to
make finding the perfect job easy.

As well, you’re free to upload a custom resume, or use our FREE Resume Wizard to
build your own professional resume to add to our database for potential
employers to easily find you.

Visit our Help Wanted section to learn more!

Create Your Free Account



PRODUCERS


EVENTWEB BRINGS TOGETHER PRODUCERS OF ALL SIZES AND SPECIALTIES FROM AROUND THE
WORLD.

One of the most vital aspects of any successful trade show or event is having
the right Producer to fit a project’s specific needs.

With our unique, focused algorithms, EventWeb brings together Producers of all
sizes and specialties from around the world and allows our users to easily sort
them in order to find the right Producer to service any project.

If you’re a Producer, sign up to be listed in our directories so Exhibitors &
Event Managers can easily find you and bring you opportunities that you’re
uniquely fit to handle.

And if you’re an Exhibitor or Event Manager, click on the link below to start
browsing our Producer directories for FREE!

Create Your Free Account


VIRTUAL PRODUCERS


VIRTUAL EVENTS ARE HERE TO STAY.

Although virtual trade shows and events have existed for quite some time,
recently they’ve become very popular.

With the new challenges of international travel, along with the increased
possibility of event cancelations, many find that virtual events are a great way
to bring in new business and maintain connections with existing clients.

Here at EventWeb, our goal is to connect the unique talents of Virtual Producers
from around the world to Exhibitors, Event Managers, and traditional Producers
who may be in need of their services.

From interactive 3D exhibits to full fledged virtual trade show halls – You’ll
find a partner here on EventWeb to fit your needs for your next virtual event!

Create Your Free Account



INDUSTRY SUPPLIERS


CHECK OUT OUR INDUSTRY SUPPLIER DIRECTORY TO SUPPORT YOUR NEXT TRADE SHOW OR
EVENT PRODUCTION.

The trade show and corporate event industries rely on a vast network of
suppliers to meet this industry’s unique needs.

From specialty hardware, to flooring, plywood, laminates, lighting, trucking,
graphics, labor, cleaning, audio-visual, staffing, floral, security, rental
furniture, and so much more – This industry’s needs are seemingly endless.

If you’re looking for a specific product or commodity to support your next trade
show or event production, check out our Industry Supplier directory below and
see who’s out there and ready to help!

And if you are a supplier to the industry, create a free account below and sign
up to be listed in our directory today!

Create Your Free Account


EXHIBITORS & EVENT MANAGERS


EVENTWEB BRINGS YOU EVERYTHING NEEDED TO MAKE YOUR EVENT A COMPLETE SUCCESS.

Are you an exhibitor or are you putting together a corporate event?  If so,
EventWeb is your one-stop-shop for everything you’d ever need to make your event
a complete success.

We’ve been able to accomplish this by creating a unique industry ecosystem built
to bring together the many facets that go into producing an event, and
connecting them all in modern, intuitive ways that will make you wonder how you
ever put on an event before EventWeb existed!  

 * Looking for a company to produce your next event?  Browse our Producer’s
   Directory.
 * Need to recruit new talent for your team?  Check out our Help Wanted section.
 * Want to create a custom, detailed RFP for your next event quickly, easily,
   and for FREE?  Check out our RFP Wizard.
 * If your team needs temporary professional support, check out our Freelancer &
   Independent Contractor Directory.
 * How about a sweet deal to maximize your ROI?  You’ll find plenty in our
   Promotions section!

Create Your Free Account



FREELANCERS & INDEPENDENT CONTRACTORS


IF YOU’RE A FREELANCER OR INDEPENDENT CONTRACTOR, CREATE YOUR FREE ACCOUNT
TODAY!

We see you, gig economy entrepreneurs and supporters!  EventWeb is here to help
you all make new and beneficial connections. Whether you’re a
Freelancer/Independent Contractor or looking to bolster your own team with
support, EventWeb is the best place to do it. We’re home to many different types
of independent contractors and freelancers.  Here’s a list of just some of the
fields you’ll find our members supporting:

 * 3D Exhibit/Event design
 * 2D Graphic design
 * Detailers/Drafters
 * Graphic installers
 * Labor supervisors
 * Account managers
 * Project managers
 * Estimators
 * Artists
 * Truckers
 * Surveyors
 * Copywriters
 * Welders
 * Carpenters
 * And so many more!

If you’re a Freelancer or Independent Contractor, create your free account today
and sign up to get listed in our directory.

Create Your Free Account
 * 1
 * 2



 * 1
 * 2






THIS MONTHS EVENTWEB MEMBER PROMOTIONS!

Become a Member of EventWeb and take advantage of our monthly Promotions.


RGO PRODUCTIONS


FREE DESIGN CONSULTATION – CUSTOM RETAIL FIXTURES


DESIGN SERVICES, PRODUCER – RETAIL INTERIORS




YOUR PROMO HERE!


EMAIL INFO@MYEVENTWEB.COM TODAY TO HAVE YOUR PROMO FEATURED, FREE! FIRST COME,
FIRST SERVE!





RGO PRODUCTIONS


FREE STORAGE WITH NEW EXHIBIT PURCHASE


PRODUCER – TRADE SHOW EXHIBITS, STORAGE





WHO IS USING EVENTWEB?


OUR MEMBERSHIP INCLUDES EXHIBITORS, EVENT MANAGERS, TRADE SHOW PRODUCERS,
CORPORATE EVENT PRODUCERS, VIRTUAL EVENT PRODUCERS, INDUSTRY SUPPLIERS,
FREELANCERS, INDEPENDENT CONTRACTORS, AUDIO VISUAL PROVIDERS, RENTAL FURNITURE
PROVIDERS, PORTABLE EXHIBIT MANUFACTURERS, EXECUTIVES, DESIGNERS, DETAILERS,
DRAFTSMEN, ESTIMATORS, GRAPHIC PRODUCERS, GRAPHIC INSTALLERS, ACCOUNT MANAGERS,
ACCOUNT EXECUTIVES, MARKETING PROFESSIONALS, CARPENTERS, INSTALLATION AND
DISMANTLE CREWS, TRUCKERS, FORKLIFT OPERATORS, ELECTRICIANS, WELDERS, RIGGERS,
AND SO MANY MORE WORKING IN THE TRADE SHOW AND CORPORATE EVENT INDUSTRIES.

 


ALL OUR MEMBERS BENEFIT FROM EVENTWEB’S TARGETED INDUSTRY ECOSYSTEM – 


AND YOU CAN TOO!

Create Your Free Account

© 2024 EventWeb, Inc. | All Rights Reserved | Terms | Privacy Policy | Contact |
Log in

X
Send
X

You need to be logged in to see this page.

Log in or register here
X
X



PLEASE VIEW THIS ON YOUR COMPUTER.

Not yet optimized for tablet and mobile users.

X


THIS FUNCTION IS NOT AVAILABLE TO JOB SEEKERS.

X


ONLY JPG AND PNG FILES ARE ALLOWED.

X


ARE YOU SURE YOU WANT TO LEAVE EVENTWEB?

YesCancel

(This link will open in a new tab)

This website uses third-party cookies to improve the user experience.
Cookie SettingsAccept AllView Details
Manage consent
Close

PRIVACY OVERVIEW

This website uses cookies to improve your experience while you navigate through
the website. Out of these, the cookies that are categorized as necessary are
stored on your browser as they are essential for the working of basic
functionalities of the ...
Necessary
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
These cookies ensure basic functionalities and security features of the website,
anonymously.

CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is
set by GDPR Cookie Consent plugin. The cookie is used to store the user consent
for the cookies in the category "Analytics".cookielawinfo-checkbox-functional11
monthsThe cookie is set by GDPR cookie consent to record the user consent for
the cookies in the category "Functional".cookielawinfo-checkbox-necessary11
monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to
store the user consent for the cookies in the category
"Necessary".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR
Cookie Consent plugin. The cookie is used to store the user consent for the
cookies in the category "Other.cookielawinfo-checkbox-performance11 monthsThis
cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the
user consent for the cookies in the category
"Performance".viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie
Consent plugin and is used to store whether or not user has consented to the use
of cookies. It does not store any personal data.

Functional
Functional
Functional cookies help to perform certain functionalities like sharing the
content of the website on social media platforms, collect feedbacks, and other
third-party features.
Performance
Performance
Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.
Analytics
Analytics
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and
marketing campaigns. These cookies track visitors across websites and collect
information to provide customized ads.
Others
Others
Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.
SAVE & ACCEPT






×

Text Hide
 * Directories
   
   * Producers
   * Virtual Producers
   * Freelancers & Independent Contractors
   * Industry Suppliers
 * Help Wanted
   
   * Resume Directory
   * Job Opening Directory
 * Blog
 * RFP Wizard
 * Resume Wizard
 * Login
 * Sign Up





LOGIN

Email Address

Password




Remember me Log In
Lost your password? ← Go to EventWeb Sign up

Chat with us, powered by LiveChat