servicedesk.patracorp.com Open in urlscan Pro
136.143.190.99  Public Scan

URL: https://servicedesk.patracorp.com/app/itdesk/SurveyDetails.do?surveyMode=newSurvey&ids=k6C5uKlK%2F27FIMmpNTE92%2BZI4PUFWHHMpF2%2Fm...
Submission: On February 13 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: SurveyDetailsFormPOST /SurveyDetails.do

<form name="SurveyDetailsForm" method="post" action="/SurveyDetails.do" onsubmit="return jqValidateForm(this);" novalidate="novalidate">
  <div valign="top" class="fleft">
    <div id="top-band">
      <div class="logo" style="background-image: url(https\3a \2f \2f contacts\2e zoho\2e com\2f file\3f exp\3d 10\26 ID\3d 707519218\26 t\3d org\26 height\3d 50\26 width\3d 120\26 nocache\3d 1676298952595);"></div>
      <div class="company-title">Patra Corporation</div>
      <div class="clear"></div>
    </div>
    <div class="top-menu">
      <div>Hi&nbsp;Aubrey Bellinger,</div>
    </div>
    <table>
      <tbody>
        <tr>
          <td colspan="2" valign="top" class="general-form-heading">Please help us to improve our service by participating in this brief survey.</td>
        </tr>
      </tbody>
    </table>
    <!--	Start of Survey Ques & Ans Details	-->
    <div class="request-rhs-inner">
      <div class="request-operation request-details">
        <div class="access-details-container access-details-border-line first-details-box">
          <div class="wo-label request-data-details-icon"><span class="request-icone"></span></div>
          <div class="wo-result-default"><span class="request-data-value">Request ID</span><span class="accesses-request-id">&nbsp;&nbsp;#428571</span><span class="accesses-request-value">RE: CertVault - Claim Access Code Request</span></div>
        </div>
        <div class="access-details-container access-details-border-line">
          <div class="wo-label request-data-details-icon"><span class="created-on-icon"></span></div>
          <div class="wo-result-default"><span class="request-data-value">Created on</span><span class="accesses-request-value">Feb 8, 2023 07:14 AM</span></div>
        </div>
        <div class="access-details-container last-details-box">
          <div class="wo-label request-data-details-icon"><span class="close-icon"></span></div>
          <div class="wo-result-default"><span class="request-data-value">Closed on</span><span class="accesses-request-value">Feb 12, 2023 08:27 AM</span></div>
        </div>
      </div>
      <div class="clear"></div>
    </div>
    <table width="100%" border="0" cellspacing="0" cellpadding="6" class="general-form">
    </table>
    <!--	End of Survey Ques & Ans Details	-->
  </div>
  <div valign="top" class="access-page fright">
    <div class="access-page-details">
      <div class="access-page-details-heading">Customer Satisfaction</div>
      <div class="survey-language fright">
        <!-- NO I18N -->
        <input type="hidden" name="KEY" value="slQiAGLT2adNk7QOcAg+GludJtc1UZen0TkBSkQNzZOuuWK51aYtJcWJiigVqAKs">
      </div>
      <div>
        <script>
          var count = 0;
          var rowClass = "rowEven";

          function addSurDetailsRow(ques, ans, rat, sel) {
            count = count + 1;
            var rowId = count;
            var quesStatStart = "<table width='100%' cellpadding='6' cellspacing='0' class='general-form'><tr> <td colspan='2' class=' qus-form-heading'>" + count + ".&nbsp;" + ashtmlString(ques) + "</td></tr>";
            var quesStatEnd = "<tr><td colspan='2' height='5'></td></tr></table>";
            if (rowClass == "rowOdd") {
              rowClass = "rowEven";
            } else {
              rowClass = "rowOdd";
            }
            var ansStatMid = "";
            var newAns = JSON.parse(ans);
            var newRat = JSON.parse(rat);
            for (i = 0; i < newAns.length; i++) {
              temp1 = newRat[i];
              temp2 = newAns[i];
              if (sel != null && temp1 == sel) {
                check = "checked='true'"; // No I18N
              } else {
                check = "";
              }
              ansStatMid = ansStatMid + "<tr><td width='14' class='sdp-components'><label class='sdpcustom-radio-label' for='radio" + temp1 + "" + count + "'><input type='radio' name='radio" + count + "' class='formcheckbox' id='radio" + temp1 + "" +
                count + "' value='" + temp1 + "' " + check + "><span class='sdpcustom-radio-value'>" + ashtmlString(temp2) + "</span></label></td></tr>";
            }
            var statement = quesStatStart + ansStatMid + quesStatEnd;
            document.getElementById("filtertable").innerHTML = document.getElementById("filtertable").innerHTML + statement;
          }
        </script>
        <div id="filtertable">
          <table width="100%" cellpadding="6" cellspacing="0" class="general-form">
            <tbody>
              <tr>
                <td colspan="2" class=" qus-form-heading">1.&nbsp;How satisfied were you with the service provided?</td>
              </tr>
              <tr>
                <td width="14" class="sdp-components"><label class="sdpcustom-radio-label" for="radio1180060000000079731"><input type="radio" name="radio1" class="formcheckbox" id="radio1180060000000079731" value="118006000000007973"><span
                      class="sdpcustom-radio-value">Poor</span></label></td>
              </tr>
              <tr>
                <td width="14" class="sdp-components"><label class="sdpcustom-radio-label" for="radio1180060000001990931"><input type="radio" name="radio1" class="formcheckbox" id="radio1180060000001990931" value="118006000000199093"><span
                      class="sdpcustom-radio-value">Average</span></label></td>
              </tr>
              <tr>
                <td width="14" class="sdp-components"><label class="sdpcustom-radio-label" for="radio1180060000000079751"><input type="radio" name="radio1" class="formcheckbox" id="radio1180060000000079751" value="118006000000007975"><span
                      class="sdpcustom-radio-value">Good</span></label></td>
              </tr>
              <tr>
                <td width="14" class="sdp-components"><label class="sdpcustom-radio-label" for="radio1180060000000079771"><input type="radio" name="radio1" class="formcheckbox" id="radio1180060000000079771" value="118006000000007977"><span
                      class="sdpcustom-radio-value">Excellent</span></label></td>
              </tr>
              <tr>
                <td colspan="2" height="5"></td>
              </tr>
            </tbody>
          </table>
        </div>
        <input type="hidden" name="userID" value="">
        <input type="hidden" name="surveyID" value="118006000063400287">
        <script>
          addSurDetailsRow('How\x20satisfied\x20were\x20you\x20with\x20the\x20service\x20provided\x3F', '\x5B\x22Poor\x22,\x22Average\x22,\x22Good\x22,\x22Excellent\x22\x5D',
            '\x5B\x22118006000000007973\x22,\x22118006000000199093\x22,\x22118006000000007975\x22,\x22118006000000007977\x22\x5D', null);
        </script>
        <table width="100%" border="0" cellpadding="6" cellspacing="0" class="general-form">
          <tbody>
            <tr>
              <td>Please share other comments or suggestions here</td>
            </tr>
            <tr>
              <td width="96%">
                <textarea name="comments" rows="7" id="comments" style="WIDTH: 60%" class="formStyle"></textarea>
              </td>
            </tr>
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td>
                <span class="thanks-msg">Thank you for taking part in this survey.</span>
              </td>
            </tr>
          </tbody>
        </table>
      </div>
      <div class="clear"></div>
      <div class="form-bottom">
        <input class="formstylebutton active-button" title="Submit" type="button" value="Submit" name="save" onclick="javascript:submitSurvey(this.form);">
      </div>
    </div>
  </div>
</form>

Text Content

Patra Corporation

Hi Aubrey Bellinger,

Please help us to improve our service by participating in this brief survey.

Request ID  #428571RE: CertVault - Claim Access Code Request
Created onFeb 8, 2023 07:14 AM
Closed onFeb 12, 2023 08:27 AM




Customer Satisfaction


1. How satisfied were you with the service provided?PoorAverageGoodExcellent

Please share other comments or suggestions here   Thank you for taking part in
this survey.



»