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');
}
});
}