Ping Identity
Edinburgh, UK
View All Jobs Site Reliability Engineer-Remote UK .g-recaptcha { display: inline-block; margin-top: 5px; } .MailFormControl { margin-top: 3px; margin-bottom: 15px; } .field-label { font-size: 12pt !important; font-weight: normal !important; } × Email This Job Your First Name Your Last Name Your E-Mail Address E-Mail Address to Share With Subject Message Prove you're not a robot Send E-Mail Close function SendMail() { $('#btnMailLink').attr('disabled', 'disabled'); // If sending mail, we require all fields if ($('#MailFromFirstName').val() === '' || $('#MailFromLastName').val() === '' || $('#MailFromEmail').val() === '' || $('#MailToEmail').val() === '' || $('#MailSubject').val() === '' || $('#Mail_Message').val() === '') { alert('Please complete all fields!'); $('#btnMailLink').removeAttr('disabled'); return false; } var cid = $('#MailCompanyId').val(); if (cid === null || cid === '') cid = ''; if (cid === null || cid === '') cid = MailJob_getParameterByName('cid'); var jid =...