support.beekmanholidays.co.za Open in urlscan Pro
34.225.101.225  Public Scan

URL: https://support.beekmanholidays.co.za/support/tickets/public/5e893055781853898a6f676ac0c19d73dbe7ffa671eb752358e10db6d0bd7946
Submission: On November 09 via api from ZA — Scanned from DE

Form analysis 2 forms found in the DOM

POST /support/tickets/public/5e893055781853898a6f676ac0c19d73dbe7ffa671eb752358e10db6d0bd7946/notes

<form rel="validate" class="new_helpdesk_note" id="new_helpdesk_note" enctype="multipart/form-data" action="/support/tickets/public/5e893055781853898a6f676ac0c19d73dbe7ffa671eb752358e10db6d0bd7946/notes" accept-charset="UTF-8" method="post"
  novalidate="novalidate"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token" value="2TgaSg9TjoNnF63MKGlQHuoCC4MrHDVVzss8N/Lli+58yOOaonXdvJNlhPzHV2Xej1AGXXAFpeH4gzG7S0D+Rw==">
  <ul class="ui-form" style="list-style:none; margin: 0;">
    <li>
      <label for="requester_email">Your email<span class="required_star">*</span></label>
      <input type="text" name="requester_email" id="requester_email" class="email required" aria-required="true">
      <div class="row-fluid">
        <p class="span12">
        </p>
        <div class="redactor_box">
          <ul class="redactor_toolbar">
            <li><a href="javascript:void(null);" title="Bold (Ctrl-B)" class="redactor_btn_bold" tabindex="-1"><span class="hide">Bold (Ctrl-B)</span></a></li>
            <li><a href="javascript:void(null);" title="Italic (Ctrl-I)" class="redactor_btn_italic" tabindex="-1"><span class="hide">Italic (Ctrl-I)</span></a></li>
            <li><a href="javascript:void(null);" title="Underline(Ctrl-U)" class="redactor_btn_underline" tabindex="-1"><span class="hide">Underline(Ctrl-U)</span></a></li>
            <li class="redactor_separator"></li>
            <li><a href="javascript:void(null);" title="• Unordered List (Ctrl-Shift-7)" class="redactor_btn_unorderedlist" tabindex="-1"><span class="hide">• Unordered List (Ctrl-Shift-7)</span></a></li>
            <li><a href="javascript:void(null);" title="1. Ordered List (Ctrl-Shift-8)" class="redactor_btn_orderedlist" tabindex="-1"><span class="hide">1. Ordered List (Ctrl-Shift-8)</span></a></li>
            <li class="redactor_separator"></li>
            <li><a href="javascript:void(null);" title="Font Color" class="redactor_btn_fontcolor" tabindex="-1"><span class="hide">Font Color</span></a></li>
            <li><a href="javascript:void(null);" title="Back Color" class="redactor_btn_backcolor" tabindex="-1"><span class="hide">Back Color</span></a></li>
            <li class="redactor_separator"></li>
            <li><a href="javascript:void(null);" title="Link" class="redactor_btn_link" tabindex="-1"><span class="hide">Link</span></a></li>
          </ul>
          <div rel="getPasteImage" contenteditable="true" style="width:50px;height:0px; overflow: hidden;"></div>
          <div class="redactor_editor" contenteditable="true" dir="ltr" style="height: 150px;">
            <p><br></p>
          </div><textarea name="helpdesk_note[note_body_attributes][body_html]" id="portal_ticket_note_public" editor-type="public_ticket" class="redactor-textarea required" height="150px" value="" style="height: 150px; display: none;" rel="redactor"
            aria-required="true"></textarea>
        </div>
        <script type="text/javascript">
          if (jQuery.browser.desktop) {
            if (window['redactors'] === undefined) window.redactors = {}! function($) {
              $(function() {
                var imageUploadTypes = ["ticket", "forum"];
                var redactorOptions = {
                  "focus": true,
                  "autoresize": false,
                  "tabindex": 2,
                  "convertDivs": false,
                  "allowTagsInCodeSnippet": true,
                  "buttons": ["bold", "italic", "underline", "|", "unorderedlist", "orderedlist", "|", "fontcolor", "backcolor", "|", "link"],
                  "editor-type": "public_ticket",
                  "class": "required",
                  "height": "150px",
                  "id": "portal_ticket_note_public",
                  "value": ""
                };
                if (imageUploadTypes.indexOf("public_ticket") !== -1) {
                  redactorOptions = jQuery.extend({}, redactorOptions, {
                    imageUploadCallback: inlineImageUploadCallback
                  });
                }
                window.redactors['portal_ticket_note_public'] = $('#portal_ticket_note_public').redactor(redactorOptions);
              })
            }(window.jQuery);
          }
        </script>
        <p></p>
      </div>
    </li>
  </ul>
  <div class="control-group">
    <div class="single_file">
      <div class="attach-wrapper row-fluid new-attach" id="attachment-type" data-multifile-enable="true" data-location="portal">
        <div class="attachments-list-wrap">
          <div class="attachments-list-form" id="3857560-container">
            <div class="attachment_contents">
              <div id="3857560-attachments" class="attachments-wrap shared_attachment_list">
              </div>
            </div>
          </div>
          <div class="clearfix"></div>
          <div class="hidden_upload">
            <div class="add_attachment"><span>+</span> Attach a file</div>
            <input type="file" name="emptyfile" id="3857560_file" data-attach-id="3857560" namewhenfilled="helpdesk_note[attachments][][resource]" filecontainer="3857560-container" filelist="3857560-attachments" sendfocusto="3857560-body"
              max_size="20" max_attachment="" class="original_input">
          </div>
        </div>
        <!-- screenshot-->
        <!--screenshot end -->
      </div>
      <script id="file-list-template" type="text/x-jquery-tmpl"> <div class="item">
    <span class="{{if (!file_valid) }} alert-invalid {{/if}}">
      ${name} {{if (size != '0' && size != '0.00 KB ') }} (${size}) {{/if}} - 
    </span>
    <span> 
      {{if (file_valid) }}
        <a href="javascript:void(0)" onclick="Helpdesk.Multifile.remove(this); return false;" inputId="${inputId}" class="attachment-close"></a>
      {{/if}}
      {{if (!file_valid)}}
        {{if (is_blocked) }}
          <div>
            <span class="alert-invalid-attach-text">
              Your attachment(s) type is/are not supported.(Not Added)
            </span>
          </div>
        {{else}}
          <div>
            <span class="alert-invalid-attach-text">
              Exceeds attachments size(Not Added)
            </span>
          </div>
        {{/if}}
      {{/if}}
    </span>
  </div>
</script>
      <script type="text/javascript">
        // Fix for Firefox/IE - To override :hover style persistance after click on input[type=file] element
        jQuery('div.attach-wrapper a[data-toggle="dropdown"]').bind('click', function() {
          jQuery(this).parents('div.attach-wrapper').find('a.attach-link-wrap').first().css({
            'background-color': 'inherit',
            'background-image': 'inherit',
            'color': 'inherit',
            'box-shadow': 'inherit'
          });
        });
        jQuery('li.portal-attach a.attach-link-wrap').bind('mouseover', function() {
          jQuery(this).removeAttr('style');
        }).bind('mousemove', function(event) {
          // Fix to move "Browse" button along with mouse pointer - fix for IE.
          p = jQuery(this).find('div').first();
          newLeft = Math.min(175, Math.max(event.clientX - p.offset().left + p.position().left - 5, 0));
          window.title = newLeft;
          p.css({
            left: newLeft,
            top: 0
          });
        })
      </script>
    </div>
  </div>
  <div class="alignright">
    <input type="submit" name="commit" value="Add Note" id="helpdesk_note_submit" class="btn btn-primary uiButton">
    <a href="#" data-hide-dom="#add-note-form" data-show-dom="#add-note-form-proxy" class="btn">Cancel</a>
  </div>
</form>

POST /support/tickets/5e893055781853898a6f676ac0c19d73dbe7ffa671eb752358e10db6d0bd7946

<form id="portal_ticket_form" rel="validate" class="edit_helpdesk_ticket" action="/support/tickets/5e893055781853898a6f676ac0c19d73dbe7ffa671eb752358e10db6d0bd7946" accept-charset="UTF-8" method="post" novalidate="novalidate"><input name="utf8"
    type="hidden" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="authenticity_token" value="bwdO3MJIslACFUtCWtcMY0a++xVrc4yGhRhDmLBoz97K97cMb27hb/ZnYnK16TmjI+z2yzBqHDKzUE4UCc26dw==">
  <div id="ticket-field-cf_unique_external_id_1097480">
  </div>
  <div id="ticket-field-status">
    <label class="  control-label status-label " for="helpdesk_ticket_status">Status</label>
    <div class="lead-small">
      <p>Being Processed</p>
    </div>
  </div>
  <div id="ticket-field-agent">
  </div>
</form>

Text Content

Submit a ticket
Welcome
Login Sign up

Being Processed | 2 days ago


#3857560 AUTOMATIC REPLY: PACK YOUR BAGS: ADVENTURE AWAITS! ?

Add Note
S

SCHROEDER, REYANA

, reported 2 days ago
Warning: This message originated from outside the organization. Use caution when
following links or opening attachments. --IT

Dear Sender,

Thank you for your message.

I am currently out of the office with no access to mail.


I will respond to mail upon my return. 


For urgent queries please contact TMokwebo@colserve.co.za



 

Rayhana Schroeder



 


 


 


 


 

Thank you


Rayhana Schroeder.



 

 
This email is subject to a disclaimer.
Visit the FNB website and view the email disclaimer and privacy notice by
clicking the "About FNB + Legal" and "Legal Matters" links.
If you are unable to access our website, please contact us to send you a copy of
the email disclaimer or privacy notice.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

 * Your email*
   
    * Bold (Ctrl-B)
    * Italic (Ctrl-I)
    * Underline(Ctrl-U)
    * 
    * • Unordered List (Ctrl-Shift-7)
    * 1. Ordered List (Ctrl-Shift-8)
    * 
    * Font Color
    * Back Color
    * 
    * Link
   
   
   
   
   
   
   

+ Attach a file
Cancel


TICKET DETAILS

Status

Being Processed


General
 * Home
 * Why us?
 * Resorts
 * Hot deals

Contact us
 * 0861 269 846
 * bookings@beekmanholidays.co.za
 * (+27) 081 899 4477

Follow us
 * 
 * 
 * 

Theme by Breezy Themes




Insert Link ...Unlink