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

Submitted URL: https://email.vecnarobotics.com/e3t/Ctc/GF*113/d2jyWk04/VW9x1_6sTYkCW2_7KDn2Kc4wdW7nzmJr5bl6TBN3wqV7M5nR32W7Y9pgv6lZ3n1W748-WH70...
Effective URL: https://www.vecnarobotics.com/resources/robot-vs-wild-survive-thrive-in-the-wild/?suspect_source_detail=March%202024%20Webinar...
Submission: On March 08 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

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

<form action="https://meeting.zoho.com/meeting/WebForm" name="WebForm3427169000000794018" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory3427169000000794018()" accept-charset="UTF-8"> <input type="text"
    style="display:none;" name="xnQsjsdp" value="4c5363052b6442ae420c801842a9992024bb614d390c7047bade88d04a244b96"> <input type="hidden" name="zc_gad" id="zc_gad" value=""> <input type="text" style="display:none;" name="xmIwtLD"
    value="4f12d280939d25535f1566dfffaa794cae2d309386696e9be1765e1534caae5f27d34caedcff061044f4c285aec2a198"> <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="3427169000000794008"> <input type="text" style="display:none;" name="sourcetrackingId" value="3427169000000794046">
  <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 checkMandatory3427169000000794018() {
      var emailPattern = /^([^\s@<>]{1,200})@([^\s@<>]{1,300})$/;
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebForm3427169000000794018'][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.

Third-party logistics

Win new business, delight your customers, and make your operations more
competitive.

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 Wireless
Connectivity
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 Portal
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.
     
     Third-party logistics
     
     Win new business, delight your customers, and make your operations more
     competitive.
   
   * 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 Wireless
     Connectivity
   
   * 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 Portal
   
   * Topics
     
     Robots as a Service Automation technology Key workflows Industry trends
     Business value Safety Navigation Getting started

Get Started
Go to Portal
Back to Resource Hub

WEBINAR


ROBOT VS. WILD: SURVIVE & THRIVE IN THE WILD



Episode 1


Despite what many AMR vendors would have you believe, warehouse robots won’t
start saving you money on day one. The truth is that the technology requires the
right “feeding and watering” to adapt itself to your business systems,
processes, and people in order to produce the desired efficiency outcomes.

Join host Josh Kivenko, CMO at Vecna Robotics, and his guest Mick Clarke as he
leverages his decades of experience in automation to review the top enablers for
scaling automation within a warehouse. These include effective organizational
design, improving adoption, and establishing actionable data.

Only when companies have a firm grasp of these key enablers can their robots
survive and thrive within the wild of most warehouse environments. Register
today!

REGISTER NOW




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


RELATED ARTICLES

COMPANY FEB 1, 2024

MODEX 2024



AUTOMATION TECHNOLOGY NOV 29, 2023

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



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...



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
 * Portal Login

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 © 2024 Vecna Robotics™. All rights reserved.
 * Privacy Policy
 * Partner Portal