app.assently.com Open in urlscan Pro
16.170.96.54  Public Scan

URL: https://app.assently.com/c/gasxDwHo2Qg28Quz_8Z_A6XisOEOi2En1oE7Ow-F/R5wzDwHo2Qjlbm1ehyRSrk_jZj5sE6Bc7CSFoPvD
Submission: On February 07 via manual from CA — Scanned from CA

Form analysis 11 forms found in the DOM

<form class="form-horizontal">
  <fieldset>
    <legend>Internal information</legend>
    <p class="muted">The information below is not visible to all signing parties or external stakeholders and will not be a part of the signed document</p>
    <div class="metadata-controls" data-bind="foreach: Metadata"></div>
  </fieldset>
</form>

POST /case/verifydocument

<form method="post" action="/case/verifydocument" target="verify-area" enctype="multipart/form-data" data-bind="fadeVisible: compareStatus() === CompareStatus.none, direction: 'in'" style="">
  <input name="__RequestVerificationToken" type="hidden" value="Svd5bDXYQ1pxblBAq0zcCV7S41TqUif8FvSR0JzyFXB9sCv7TR_l15fkNnd5N5Q_fYvSDwOds3cKIIBTVrqDieTXNSrSeDtnhaWadDjTUfHG14_I7PG2NAVfSXwVt_QAeUaUVIK-DxHEOUV-PkQphQ2">
  <input type="hidden" name="documentId" data-bind="value: doc().Id" value="">
  <div class="control-group">
    <label for="fileupCompare" class="fileup-activator btn btn-file"> Choose a copy <input type="file" id="fileupCompare" name="file" class="input-file" data-bind="value: fileName, event: { change: startCompare }"
        title="Choose your copy to compare with">
    </label>
  </div>
  <span class="help-block">You will know immediately if they are identical or if changes have been made.</span>
</form>

POST /case/signwithsignature

<form method="post" action="/case/signwithsignature" class="sigPad">
  <!-- crsf omitted, button posts via ko -->
  <div class="signature-box-body">
    <div class="sig sigWrapper">
      <canvas id="canvas" class="signature-canvas pad"></canvas>
      <input type="hidden" name="output" class="output" value="">
    </div>
  </div>
  <div class="modal-footer">
    <button class="closeButton btn" data-bind="click: cancel"><i class="fas fa-times"></i></button>
    <a href="#!#WaysToSign" class="closeButton btn"><i class="fas fa-list"></i></a>
    <button class="clearButton btn" data-bind="click: resetDraw"><i class="fas fa-redo-alt"></i></button>
    <span class="signer-name" style="max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" data-bind="text: partyName">Namn namnsson</span>
    <button class="btn btn-success submit" data-bind="singleClick: completeSign">Done</button>
  </div>
</form>

GET

<form class="form-horizontal" method="get" action="" data-bind="singleSubmit: sendLink, visible: !linkSent()">
  <div class="well well-small">
    <label for="emailOrPhone">E-mail or cell phone number</label>
    <div class="input-append">
      <input type="text" id="emailOrPhone" name="toAddress" placeholder="" data-bind="value: toAddress">
      <button class="btn" type="submit">Send link</button>
    </div>
  </div>
  <div class="alert alert-warning hide" data-bind="fadeVisible: validationText()!='', direction: 'in', text: validationText()">
  </div>
</form>

<form data-bind="singleSubmit: sendSmsCode">
  <label for="theMobileNumber" data-bind="if: CaseMobilePhoneHasBeenSet">Step 1, send verification code to the phone number below</label>
  <label for="theMobileNumber" data-bind="ifnot: CaseMobilePhoneHasBeenSet">Step 1, enter your cell phone number</label>
  <div class="input-append">
    <input id="theMobileNumber" name="theMobileNumber" type="tel" placeholder="Cell phone number" data-bind="value: mobilePhone, TelInputWithCountryCode: mobilePhone, disable: (inputDisabled())">
    <button type="submit" class="btn btn-success" data-bind="disable: processing">Send <span class="hidden-phone">verification</span> code</button>
  </div>
</form>

<form data-bind="singleSubmit: postSmsCode">
  <label for="theSmsCode">Step 2, enter your verification code</label>
  <div class="input-append">
    <input id="theSmsCode" inputmode="numeric" pattern="[0-9]*" type="text" placeholder="Verification code" autocomplete="one-time-code" data-bind="value: smsCode">
    <button type="submit" class="btn btn-success" data-bind="disable: processing">Sign</button>
  </div>
</form>

<form class="form-horizontal" data-bind="singleSubmit:onSetName">
  <div class="input-append">
    <label for="nameField">Enter your name before signing</label>
    <input type="text" id="nameField" class="input-large set-focus" placeholder="Your name" data-bind="value:nameField">
    <button class="btn btn-success" type="submit">Continue</button>
  </div>
</form>

<form data-bind="singleSubmit:onAssignParty">
  <div class="form-group" data-bind="if: CompanyNameRequired()">
    <label for="companyNameField">Company Name</label>
    <input required="" type="text" id="groupNameField" class="input-large form-control" placeholder="The next party's company name" data-bind="value:companyNameField">
  </div>
  <div class="form-group">
    <label for="nameField">Name</label>
    <input required="" type="text" id="nameField" class="input-large form-control" placeholder="The next party's name" data-bind="value:nameField">
  </div>
  <div class="form-group">
    <label for="emailField">Email</label>
    <input required="" type="email" pattern="^[a-zA-Z0-9.!#$%&amp;*+\\/=?^_{|}~-]+@[a-zA-Z0-9]+[a-zA-Z0-9_.\-]*\.[a-zA-Z]{2,}$" id="emailField" class="input-large form-control" placeholder="The next party's email" data-bind="value:emailField">
  </div>
  <div class="form-group assign-party-phone-Field" data-bind="if: PhoneNumberRequired()">
    <label for="phoneField">Phone</label>
    <input required="" type="tel" id="partyPhoneField" name="phoneField" class="input-large form-control" placeholder="The next party's phone number " data-bind="value:phoneField, TelInputWithCountryCode: phoneField">
  </div>
  <div class="form-group" data-bind="if: SSNRequired()">
    <label for="SSNField">National ID number</label>
    <input required="" type="text" id="eidField" class="input-large form-control" placeholder="The next party's national ID number" data-bind="value:SSNField">
  </div>
  <button class="btn btn-success" type="submit">Continue</button>
</form>

POST

<form class="form-horizontal" method="post" data-bind="singleSubmit: requestContinueMail, visible: !continueLinkSent()">
  <div class="well">
    <div class="input-append">
      <input type="text" name="toEmailAddress" placeholder="E-mail address" data-bind="value: toEmailAddress">
      <button class="btn" type="submit">Send</button>
    </div>
  </div>
  <div class="alert alert-warning" data-bind="text: continueMailException, fadeVisible:continueMailException(), direction: 'in'"></div>
</form>

<form class="form-horizontal" style="margin: 0;" data-bind="singleSubmit: sendMessage">
  <div class="modal-wrap">
    <div class="modal-header">
      <button type="button" class="close" data-bind="click: cancel">×</button>
      <h3 class="lead">Comment or ask a question</h3>
    </div>
    <div class="modal-body">
      <div class="control-group" data-bind="visible: showNameField">
        <label for="senderEmail">Your name</label>
        <input type="text" data-bind="value: fromName, attr: {'disabled': messageSent}">
      </div>
      <div class="control-group" data-bind="visible: showEmailField">
        <label for="senderEmail">Your e-mail address</label>
        <input type="text" data-bind="value: fromEmailAddress, attr: {'disabled': messageSent}">
      </div>
      <div class="control-group">
        <label for="senderEmail">Message</label>
        <textarea class="field" style="width: 96%" rows="6" data-bind="value: message, attr: {'disabled': messageSent}"></textarea>
      </div>
      <div class="alert alert-error" data-bind="text: messageException, fadeVisible:messageException(), direction: 'in'"></div>
    </div>
  </div>
  <div class="modal-footer" data-bind="visible: !messageSent()">
    <button class="btn btn-info" type="submit" style="float: left;">Send</button>
    <button class="btn" data-bind="click: cancel">Cancel</button>
  </div>
  <div class="modal-footer" data-bind="visible: messageSent">
    <div class="btn btn-success disabled" style="float: left;">Message sent</div>
    <button class="btn" data-bind="click: cancel">Close</button>
  </div>
</form>

POST

<form class="form-horizontal" method="post" data-bind="singleSubmit: sendMessage, visible: !messageSent()">
  <div class="control-group">
    <label for="senderEmail">Your name</label>
    <input type="text" data-bind="value: fromName">
  </div>
  <div class="control-group">
    <label for="senderEmail">Your e-mail address</label>
    <input type="text" data-bind="value: fromEmailAddress">
  </div>
  <div class="control-group">
    <label for="senderEmail">Message</label>
    <textarea class="field" style="width: 96%" rows="6" data-bind="value: message"></textarea>
  </div>
  <div class="alert alert-error" data-bind="text: messageException, fadeVisible:messageException(), direction: 'in'"></div>
</form>

Text Content

Internal information

The information below is not visible to all signing parties or external
stakeholders and will not be a part of the signed document


Save draftSaving... Show details
English
 * Český
 * Dansk
 * Deutsch
 * English
 * Español
 * Suomi
 * Français
 * Nederlandse
 * Norsk
 * Polskie
 * Slovenský
 * Svenska



ORDER CONFIRMATION

This document may be signed digitally. Please review the content and sign at the
bottom of the page.

Issued on February 4, 2022 by Mediaplanet Canada
ae1b7188a1d8bec8ffe5b8b557343e0a.pdf
Download
 * Compare with your own copy
 * Show details

110772 byte, SHA512 ff8bc4ba3314f6224abf96860ed17fde30ed2a76b9af8eaca810e48f3db69f9d95411cb0f6b826a1407f701ad5981a865e1d1d0f04772dc136966d7990875d72
Göm detaljer

Download and reviewReview
Accounts Payable
racap@redarrow.ca
Sign now
I cannot sign  




FINALIZING...


Continue
About e-signatures



Powered by




×


COMPARE WITH YOUR OWN COPY

Compare with
Choose a copy
You will know immediately if they are identical or if changes have been made.
Do they have the same content?
Comparing, please wait...
Yes, they are exactly the same.
No, they are different

Compare another document

Close
×


SIGNING OPTIONS AND HELP

Sign using one of the following

Electronic ID from BankID, Mobilt BankID or Telia

Electronic ID from BankID, Mobilt BankID, Telia or SITHS

Electronic ID using Tupas, Mobiilivarmenne

Electronic ID using CoreID

Your signature on a smartphone or tablet with touch screen

SMS signature, a verification code sent to your cell phone

 

You may also

Save the document and sign it later

Send a message to the sender of this document

Sign using one of the following

Electronic ID from Mobilt BankID (if the app is installed on your device).

Electronic ID using Tupas, Mobiilivarmenne

Electronic ID using CoreID

Your signature on your touch device

SMS signature, a verification code sent to your cell phone

 

You may also

Learn how to get an electronic ID

Save the document and sign later or on a different device. If you have
electronic ID from BankID or Telia on your computer you may open the document
there to sign.

Send a message to the sender of this document

Cancel
×


NOT POSSIBLE TO SIGN

It seems there is no way to sign this document.
Cancel
Namn namnsson Done
Rotate to sign


×


TOUCH SCREEN NEEDED

Please sign on a touch screen device. If you have already received an e-mail,
open it on a smartphone or tablet and follow the instructions. We can also send
you a link now:

E-mail or cell phone number
Send link

Link sent to

You may also copy the link, open with a QR-code or sign on this computer

Scan the QR-code with your phone and the document will open in it

Signing options and help Cancel
×


SIGN WITH SMS

Step 1, send verification code to the phone number below Step 1, enter your cell
phone number
Send verification code
×

A verification code will be sent to your cell phone.

A verification code has been sent to
Step 2, enter your verification code
Sign
×
Signing options and help Cancel
×


SIGN WITH ELECTRONIC ID

Signing options and help

×


NAME CLARIFICATION

Enter your name before signing Continue
Signing options and help Cancel
×


ASSIGN THE NEXT PARTY (/)

You need to assign the party that should sign after you before signing.

Company Name
Name
Email
Phone
National ID number
Continue

Cancel
×


SAVE AND CONTINUE LATER

Save the document by specifying your e-mail address below. You may return at any
time by following the link in the e-mail.

Send

Link sent to
Cancel
×


COMMENT OR ASK A QUESTION

Your name
Your e-mail address
Message

Send Cancel
Message sent
Close


THANK YOU FOR SIGNING!

We're waiting for one more signature. We're waiting for additional signatures.

Remaining parties have been notified. Once all signatures are in, we'll let you
know.

Attached files available for download

Fetching files...

Filnamn.ext Filnamn.ext The download time limit has expired


We've sent you an e-mail for future reference. It contains a link to this page
in case you need to return to it

Download the signed document

The signed document has been submitted

We've sent you an e-mail for future reference. It contains a link to this page
in case you need to return to it

Download the signed document

We've sent you an e-mail for future reference.

It contains a link to this page in case you need to return to it. We've also
notified the sender that the document is signed.

Download the signed document

Close


HOW COME YOU CAN'T SIGN?




I have questions or comments about the document


I don't want to sign the document


Cancel


REJECT THIS DOCUMENT

You can add a comment to indicate why.

Do not reject if you just have questions about the document. Rejecting will
block other parties from singing as well.


We've notified the sender, you can close this window now.
Reject now Cancel
Rejected
×


MAKE A SUPPORT REQUEST

Please direct questions about the document to the sender.

Your name
Your e-mail address
Message

Message sent
Send Cancel
×


DONE

Case is done. Document will be downloadable and finished in a short while.

Close