true 62ecea56 Business Email 200 1 Login Information Business Email 1 R A D 1 V Need a valid email address V5 function V5(value, condition) { var call = function validate(value) { var reg = new RegExp(/^([a-z0-9_\+\-\.\!\#\$\%\&\'\*\/\=\?\^\_\`\{\|\}\~])+\@([a-z0-9_\-\.])+\.([a-z]{2,})$/i); if ( (matches = reg.exec(value)) != null ) { if ( matches[3] == 'example' || matches[3] == 'invalid' || matches[3] == 'localhost' || matches[3] == 'test' || matches[3] == 'local' ) { return false; } return true; } return false; } ; return call(value, condition); } Password 201 1 Login Information Password 2 R A D 1 V Password must be 6 characters or longer V22 function V22(value, condition) { var call = function validate(value) { if ( value.length < 6 ) { return false; } return true; } ; return call(value, condition); } Username 200 1 Login Information Username 3 R A D 1 V Nickname can not be longer than {} characters 30 V14 function V14(value, condition) { var call = function validate(value, len) { value = value.replace(/^\s*/, "").replace(/\s*$/, ""); if ( value.length > parseInt(len) ) { return false; } return true; } ; return call(value, condition); } First Name 200 1 Personal First Name 4 R A D Last Name 200 1 Personal Last Name 5 R A D 3rd Party Opt In 203 1 Yes, I would like to receive special offers, discounts and information about events, products and services from UBM partner companies by email. 11 R A D Y Opt In 3 203 1 Yes, I'd like to receive messages from UBM about its events and products 12 R H D 3rd Party Opt In 2 203 1 I'd also like to receive messages from other companies' products and services relevant to my business role and interests. These messages may come from UBM or from other companies 13 R H D