www.vecnarobotics.com Open in urlscan Pro
2620:12a:8001::3  Public Scan

Submitted URL: https://email.vecnarobotics.com/e3t/Ctc/GF*113/d2jyWk04/VW6VBZ32cRl8W5mm2Rs20Y8VdVyCbyQ56v1J7N7jDJwj5nR32W8wM7ks6lZ3ksW7GmQfW73l...
Effective URL: https://www.vecnarobotics.com/resources/tis-the-season-to-debunk-automation-myths-a-special-holiday-webinar/?suspect_source_de...
Submission: On November 30 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: WebForm3427169000000759016POST https://meeting.zoho.com/meeting/WebForm

<form action="https://meeting.zoho.com/meeting/WebForm" name="WebForm3427169000000759016" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory3427169000000759016()" accept-charset="UTF-8"> <input type="text"
    style="display:none;" name="xnQsjsdp" value="77ba5bac40d664779a490a8c0947273a2bd8f9587d990397f222f9479b6c6681"> <input type="hidden" name="zc_gad" id="zc_gad" value=""> <input type="text" style="display:none;" name="xmIwtLD"
    value="c56bfb198fdfb9d80ef922591c3a7272e74158f4db8e38b0fe02519c74b0f325551c1765d556bce3e9faa72eca7308d1"> <input type="text" style="display:none;" name="actionType" value="UmVnaXN0cmF0aW9ucw=="> <input type="text" style="display:none;"
    name="returnURL" value="https://meeting.zoho.com/postregister"> <input type="text" style="display:none;" name="sysId" value="3427169000000759006"> <input type="text" style="display:none;" name="sourcetrackingId" value="3427169000000759048">
  <input type="text" style="display:none;" name="isEmbedForm" value="true"><br>
  <table border="0" cellspacing="0" cellpadding="6" width="600" style="background-color:#ffffff;background-color:white;color:black">
    <tbody>
      <tr>
        <td colspan="2" align="left" style="color:black;font-family:Arial;font-size:14px;"><strong>Registration Form</strong></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:NAME;width:25%">First Name<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="40" name="NAME"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF1;width:25%">Last Name<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF1"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:EMAIL;width:25%">Email<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="251" name="EMAIL"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF8;width:25%">Organization<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF8"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF9;width:25%">Job Title</td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF9"></td>
      </tr>
      <script type="text/javascript">
        handleRecurringDateTimeChange(document.querySelector('#recurringAllDateTime'));

        function handleRecurringDateTimeChange(el) {
          var selected = document.querySelector('#recurringAllDateTime') && document.querySelector('#recurringAllDateTime').options && document.querySelector('#recurringAllDateTime').options[el.selectedIndex];
          if (selected) {
            var entityId = selected.getAttribute('data-campaignid');
            var sysIdSel = '[name="sysId"]';
            document.querySelector(sysIdSel).value = entityId;
          }
        }
      </script>
      <tr>
        <td colspan="2" align="center"> <input style="font-size:12px;color:black" type="submit" name="save" value="Submit"> <input type="reset" name="reset" style="font-size:12px;color:black" value="Reset"></td>
      </tr>
    </tbody>
  </table>
  <script>
    var mndFileds = new Array('NAME', 'REGISTRATIONCF1', 'EMAIL', 'REGISTRATIONCF8');
    var fldLangVal = new Array('First Name', 'Last Name', 'Email', 'Organization');
    var name = '';
    var email = '';

    function reloadImg() {
      document.getElementById('imgid').src = document.getElementById('imgid').src;
    }

    function checkMandatory3427169000000759016() {
      var emailPattern = /^([^\s@<>]{1,200})@([^\s@<>]{1,300})$/;
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebForm3427169000000759016'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          } else if (mndFileds[i] == 'EMAIL' && fieldObj.value && !(emailPattern.test(fieldObj.value))) {
            fieldObj.focus();
            return false;
          }
          if (fieldObj.type == 'text') {
            fieldObj.value = fieldObj.value.trim();
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
    }
  </script>
</form>

Text Content

Skip to content
GUARANTEED PERFORMANCE

More confidence in automation results? Sure thing.

 * For Warehousing
 * For Manufacturing
 * The Vecna System
 * Company
 * Resources

For warehousing
Robotics and automation solutions

Maximize throughput with automation that makes warehousing go.

Warehousing workflows

Optimize your most critical warehousing workflows.

See how Automation Solves
Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
transformation
Featured

Article

The Top 10 Warehouse Automation Examples for 2023

Article

The Benefits of Warehouse Automation and How to Get Started

Article

Warehouse Automation Trends for 2023

For Manufacturing
Robotics and automation solutions

Escape slow retooling and out-of-control labor costs, with automation that makes
manufacturing go.

Manufacturing workflows

Get rapid ROI with technology engineered to serve your key manufacturing
workflows.

See how Automation Solves
Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
transformation
Featured

Article

What are Automated Forklifts, and How Do They Work?

Article

Top Ten Warehouse Automation Ideas for 2023

Article

Warehouse Automation in 2023: Types, Top Trends and How Mobile Robots are
Driving the Warehouse of the Future

Why Vecna Robotics
Make your business go

Get more done with the only flexible, intelligent solution engineered for key
workflows.

Faster with Robots as a Service

Get the tech you need, when you need it and spend less with Vecna’s Robots as a
Service.

From no bot to robot

Accelerate your time to value with a 5-step journey to scale.

How it Works
Autonomous mobile robots Robotics software suite Robotics command center
Robotics autonomous navigation Speed, safety and performance
Measuring Value
AMR vs AGV Why OpEx vs CapEx Hidden costs of labor ROR calculator
About Vecna
About the company Our values Leadership Newsroom Articles
Learn more
Partners Careers Contact
Featured

Webinar

MythBusters 1: “Robots are too expensive.”

What's your ROR?

Return on Robotics (ROR) Calculator

Webinar

From No Bot to Robot: Material Handling Automation in 5 Easy Steps

Resources
Resource hub Webinars Newsroom Articles
Topics
Robots as a Service Automation technology Key workflows Industry trends Business
value Safety Navigation Getting started
Featured

Webinar

MythBusters 1: “Robots are too expensive.”

What's your ROR?

Return on Robotics (ROR) Calculator

Webinar

From No Bot to Robot: Material Handling Automation in 5 Easy Steps

Get Started
 * For Warehousing
   
     Main Menu
   
   * For warehousing
     
     Robotics and automation solutions
     
     Maximize throughput with automation that makes warehousing go.
     
     Warehousing workflows
     
     Optimize your most critical warehousing workflows.
   
   * See how Automation Solves
     
     Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
     transformation
 * For Manufacturing
   
     Main Menu
   
   * For Manufacturing
     
     Robotics and automation solutions
     
     Escape slow retooling and out-of-control labor costs, with automation that
     makes manufacturing go.
     
     Manufacturing workflows
     
     Get rapid ROI with technology engineered to serve your key manufacturing
     workflows.
   
   * See how Automation Solves
     
     Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
     transformation
 * The Vecna System
   
     Main Menu
   
   * Why Vecna Robotics
     
     Make your business go
     
     Get more done with the only flexible, intelligent solution engineered for
     key workflows.
     
     Faster with Robots as a Service
     
     Get the tech you need, when you need it and spend less with Vecna’s Robots
     as a Service.
     
     From no bot to robot
     
     Accelerate your time to value with a 5-step journey to scale.
   
   * How it Works
     
     Autonomous mobile robots Robotics software suite Robotics command center
     Robotics autonomous navigation Speed, safety and performance
   
   * Measuring Value
     
     AMR vs AGV Why OpEx vs CapEx Hidden costs of labor ROR calculator
 * Company
   
     Main Menu
   
   * About Vecna
     
     About the company Our values Leadership Newsroom Articles
   
   * Learn more
     
     Partners Careers Contact
 * Resources
   
     Main Menu
   
   * Resources
     
     Resource hub Webinars Newsroom Articles
   
   * Topics
     
     Robots as a Service Automation technology Key workflows Industry trends
     Business value Safety Navigation Getting started

Get Started
Back to Resource Hub

WEBINAR


TIS THE SEASON TO DEBUNK AUTOMATION MYTHS: A SPECIAL HOLIDAY WEBINAR

2023 has been a year full of innovations and breakthroughs in material handling
automation, and with it, many myths that we’ve successfully debunked!

From self-driving forklifts to cutting-edge navigation technology, we’ve spent
the year setting the record straight. Tune in to our exclusive holiday webinar,
where we’ll take a festive journey through the year’s biggest automation myths
and the realities behind them.

Discover:

 * Exclusive Review: Dive deep into the most impactful myths we’ve debunked,
   from the limits of automation to its impact on workforce dynamics.
 * Special Year-End Insights: Understand the impact of these technologies on the
   future of material handling.
 * Interactive Q&A: Get all your automation questions answered and engage in
   lively discussions.
 * Sneak Peek: A glimpse into the future of material handling automation and the
   trends to watch out for in 2024.


Whether you’re a seasoned professional or just curious about this new era of
material handling, this special holiday webinar is the perfect wrap-up of every
truth you need to understand the future of automation. Register today!

REGISTER NOW




Registration Form First Name*Last Name*Email*Organization*Job Title


RELATED ARTICLES

AUTOMATION TECHNOLOGY NOV 28, 2023

ROBO-RULES: NAVIGATING SAFETY IN A SELF DRIVING WORLD



AUTOMATION TECHNOLOGY OCT 31, 2023

MYTHBUSTERS 10: "I KNOW EXACTLY WHAT ROBOTS CAN DO FOR MY OP...



AUTOMATION TECHNOLOGY OCT 10, 2023

MYTHBUSTERS 9: "ROBOTS KNOW WHAT TO DO ON THEIR OWN."



AUTOMATION TECHNOLOGY SEP 29, 2023

MYTHBUSTERS 8: "SAFETY IS THE ROBOTS’ PROBLEM, NOT MINE.�...



Vecna Robotics is an award-winning flexible, intelligent material handling
automation company with solutions engineered to make businesses go.



Most Innovative Companies, 2021

Great Supply Chain Partner, 2022

5.0 | ★★★★★

SOLUTIONS

 * Warehousing Automation
 * Manufacturing Automation
 * Case Studies

THE VECNA SYSTEM

 * Why Vecna Robotics
 * Robots as a Service
 * Pivotal™ Software Suite
 * 24/7/365 Command Center
 * Our Robot Fleet
 * Customer Journey

COMPANY

 * About
 * Partners
 * Resources
 * News & Press
 * Careers

MAIN OFFICE

(617) 444-9263
425 Waverley Oaks Road
Waltham, MA 02452

TECHNICAL SUPPORT

(857) 990-1085

SALES

(617) 444-9264 ext.2

PRESS INQUIRIES

(610) 986-5016

Copyright © 2023 Vecna Robotics™. All rights reserved.
 * Privacy Policy
 * Partner Portal