app.more.deltek.com Open in urlscan Pro
142.0.173.38  Public Scan

URL: https://app.more.deltek.com/e/u?s=1161&elq=2494db2427a54001a44227ca1a25abf6
Submission: On April 19 via manual from IN — Scanned from CA

Form analysis 2 forms found in the DOM

Name: GDPR-Basic https://s1161.t.eloqua.com/e/f2

<form name="GDPR-Basic" action="https://s1161.t.eloqua.com/e/f2" id="form6010" target="dummyframe">
  <input value="GDPR-Basic" type="hidden" name="elqFormName">
  <input value="1161" type="hidden" name="elqSiteId">
  <input name="elqCampaignId" type="hidden">
  <input type="hidden" id="field0" class="form-control" name="FirstName" value="Sona">
  <input type="hidden" id="field1" class="form-control" name="LastName" value="Katiyar">
  <input type="hidden" id="field2" class="form-control" name="EmailAddress" value="skatiyar@deloitte.com">
  <input id="field3" type="hidden" name="EUOptIn" value="1">
  <input id="field4" type="hidden" name="EmailOptInDate" value="">
  <input id="field5" type="hidden" name="Opt-inSource" value="">
  <input id="field6" type="hidden" name="Opt-inCampaign" value="">
  <!--  <input type="submit" value="Stay Connected!" id="Optin">-->
</form>

Name: email-unsubscribe-surveyPOST https://s1161.t.eloqua.com/e/f2

<form method="post" class="form-horizontal" name="email-unsubscribe-survey" action="https://s1161.t.eloqua.com/e/f2" id="form6538">
  <input value="email-unsubscribe-survey" type="hidden" name="elqFormName">
  <input value="1161" type="hidden" name="elqSiteId">
  <input name="elqCampaignId" type="hidden">
  <div class="modal-body">
    <div class="form-group form-group-sm">
      <div class="col-sm-2">
        <span style="line-height: 35px; font-weight: 500;">Email Address:</span>
      </div>
      <div class="col-sm-10" style="text-align: left;">
        <input style="height: 35px;" type="text" id="field0" class="form-control" name="EmailAddress" placeholder="" value="skatiyar@deloitte.com">
      </div>
    </div>
    <div class="form-group form-group-sm">
      <div class="col-sm-12" style="text-align: left;">
        <div class="checkbox">
          <label class="text-justify" style="padding-left:35px;">
            <input type="checkbox" id="field1" name="Email-Volume" value="1" style="margin-top: -15px;">
            <span>I receive too many Deltek emails</span></label>
        </div>
      </div>
      <div class="col-sm-12" style="text-align: left;">
        <div class="checkbox">
          <label class="text-justify" style="padding-left:35px;">
            <input type="checkbox" id="field2" name="irrelevant-topics" value="1" style="margin-top: -15px;">
            <span>The topics are irrelevant to my job/company</span></label>
        </div>
      </div>
      <div class="col-sm-12" style="text-align: left;">
        <div class="checkbox">
          <label class="text-justify" style="padding-left:35px;">
            <input type="checkbox" id="field3" name="not-optimized-for-mobile" value="1" style="margin-top: -15px;">
            <span>The email doesn't show correctly on my mobile</span></label>
        </div>
      </div>
      <div class="col-sm-12" style="text-align: left;">
        <div class="checkbox">
          <label class="text-justify" style="padding-left:35px;">
            <input type="checkbox" id="field4" name="did-not-sign-up" value="1" style="margin-top: -15px;">
            <span>I don’t recall signing up for emails</span></label>
        </div>
      </div>
      <div class="col-sm-12" style="text-align: left;">
        <div class="checkbox">
          <label class="text-justify" style="padding-left:35px;">
            <input type="checkbox" onclick="showMe('comment')" id="field5" name="other" value="1" style="margin-top: -15px;">
            <span>Others</span></label>
        </div>
      </div>
      <div id="comment" style="display:none">
        <div class="col-sm-2">
          <span style="line-height: 35px; font-weight: 500;">Please specify:</span>
        </div>
        <div class="col-sm-10" style="text-align: left;">
          <input style="height: 35px;" type="text" id="field6" class="form-control" name="others-comment" placeholder="" value="">
        </div>
      </div>
    </div>
    <div style="border-bottom: none;">
      <div class="row" style="padding-left: 15px; text-align: center">
        <div class="col-md-12">
          <!-- Button colors
							buttoncharcoal, buttonwhite (if background is dark-->
          <a href="#download">
                        <button class="button buttoncharcoal" type="submit" href="" style="margin-top:25px;">Submit ❯</button>
                        </a>
        </div>
      </div>
      <!--START FORM VALIDATION: REPLACE THE FORMNUMBER OR COPY THE FULL CODE FROM THE FORM HTML-->
      <script src="https://img.en25.com/i/livevalidation_standalone.compressed.js" type="text/javascript">
      </script>
      <style type="text/css" media="screen">
        .elq-form .loader {
          vertical-align: middle;
          display: inline-block;
          margin-left: 10px;
          border: 3px solid #f3f3f3;
          border-radius: 50%;
          border-top: 3px solid #3498db;
          width: 20px;
          height: 20px;
          -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
        }

        @-webkit-keyframes spin {
          0% {
            -webkit-transform: rotate(0deg);
          }

          100% {
            -webkit-transform: rotate(360deg);
          }
        }

        @keyframes spin {
          0% {
            transform: rotate(0deg);
          }

          100% {
            transform: rotate(360deg);
          }
        }

        .LV_validation_message {
          font-weight: bold;
          margin: 0 0 0 5px;
        }

        .LV_valid {
          color: #00CC00;
          display: none;
        }

        .LV_invalid {
          color: #CC0000;
          font-size: 10px;
        }

        .LV_valid_field,
        input.LV_valid_field:hover,
        input.LV_valid_field:active,
        textarea.LV_valid_field:hover,
        textarea.LV_valid_field:active {
          outline: 1px solid #00CC00;
        }

        .LV_invalid_field,
        input.LV_invalid_field:hover,
        input.LV_invalid_field:active,
        textarea.LV_invalid_field:hover,
        textarea.LV_invalid_field:active {
          outline: 1px solid #CC0000;
        }
      </style>
      <script type="text/javascript">
        var dom0 = document.querySelector('#form6538 #field0');
        var field0 = new LiveValidation(dom0, {
          validMessage: "",
          onlyOnBlur: false,
          wait: 300
        });
        field0.add(Validate.Presence, {
          failureMessage: "This field is required"
        });
        field0.add(Validate.Format, {
          pattern: /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i,
          failureMessage: "A valid email address is required"
        });
        var dom6 = document.querySelector('#form6538 #field6');
        var field6 = new LiveValidation(dom6, {
          validMessage: "",
          onlyOnBlur: false,
          wait: 300
        });
        field6.add(Validate.Custom, {
          against: function(value) {
            return !value.match(/(telnet|ftp|https?):\/\/(?:[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.|[a-z0-9]\.)+[a-z]{2,63}/i);
          },
          failureMessage: "Value must not contain any URL's"
        });
        field6.add(Validate.Custom, {
          against: function(value) {
            return !value.match(/(<([^>]+)>)/ig);
          },
          failureMessage: "Value must not contain any HTML"
        });

        function handleFormSubmit(ele) {
          var submitButton = ele.querySelector('input[type=submit]');
          var spinner = document.createElement('span');
          spinner.setAttribute('class', 'loader');
          submitButton.setAttribute('disabled', true);
          submitButton.style.cursor = 'wait';
          submitButton.parentNode.appendChild(spinner);
          return true;
        }

        function resetSubmitButton(e) {
          var submitButtons = e.target.form.getElementsByClassName('submit-button');
          for (var i = 0; i < submitButtons.length; i++) {
            submitButtons[i].disabled = false;
          }
        }

        function addChangeHandler(elements) {
          for (var i = 0; i < elements.length; i++) {
            elements[i].addEventListener('change', resetSubmitButton);
          }
        }
        var form = document.getElementById('form6538');
        addChangeHandler(form.getElementsByTagName('input'));
        addChangeHandler(form.getElementsByTagName('select'));
        addChangeHandler(form.getElementsByTagName('textarea'));
        var nodes = document.querySelectorAll('#form6538 input[data-subscription]');
        if (nodes) {
          for (i = 0, len = nodes.length; i < len; i++) {
            var status = nodes[i].dataset ? nodes[i].dataset.subscription : nodes[i].getAttribute('data-subscription');
            if (status === 'true') {
              nodes[i].checked = true;
            }
          }
        };
        var nodes = document.querySelectorAll('#form6538 select[data-value]');
        if (nodes) {
          for (var i = 0; i < nodes.length; i++) {
            var node = nodes[i];
            var selectedValue = node.dataset ? node.dataset.value : node.getAttribute('data-value');
            if (selectedValue) {
              for (var j = 0; j < node.options.length; j++) {
                if (node.options[j].value === selectedValue) {
                  node.options[j].selected = 'selected';
                  break;
                }
              }
            }
          }
        }
      </script>
      <!-- END FORM VALIDATION -->
    </div>
  </div>
</form>

Text Content

PRIVACY NOTICE

This site uses cookies to store information on your computer. Some are essential
to make our site operate; others help us improve the user experience. By using
this site, you consent to the placement of these cookies. Read our Cookie Policy
to learn more.

I Accept Cookie Policy




--------------------------------------------------------------------------------


UNSUBSCRIBE SUCCESSFUL

You have been unsubcribed from the Deltek email list. If you have a minute,
please let us know why you unsubscribed:

Email Address:

I receive too many Deltek emails
The topics are irrelevant to my job/company
The email doesn't show correctly on my mobile
I don’t recall signing up for emails
Others
Please specify:

Submit ❯

© Deltek, Inc | Company Overview|Privacy Policy | Transparency Statement |
Cookie Policy