Internet Explorer 11 is not supported. Please use another browser.
Notification: We’re experiencing technical difficulties. We hope to be back to normal soon.
Notification: We’re experiencing technical difficulties. Please check your email for updates.
My VMworld
Event Support
var javascriptText = decodeURI('%3Cscript%20src=%22https://www.vmware.com/files/templates/inc/utag_data.js%22%3E%3C/script%3E') +
decodeURI('%3Cscript%20type=%22text/javascript%22%3E') +'utag_data.content_system="vmworld = rainfocus"'+ decodeURI('%3C/script%3E')
console.log('javascriptText', javascriptText)
postscribe(document.head, javascriptText, {
done: function() {}
});
if (window.EventBus) {
window.EventBus.on('form:contactInfo:rendered', function () {
var dynamicForm = document.getElementById('myDynamicForm');
if (dynamicForm) {
// Adding this attribute to the form was an analytics request.
dynamicForm.setAttribute('name', 'form1');
}
});
}