All Collections
Marketing
Content Management
Setup an "Terms & Conditions" Page
Setup an "Terms & Conditions" Page
Updated over a week ago

Simplifying paperwork and moving digital signatures to online can help simplify the closing process. With Peoplevine it's easy to setup a landing page that on the left side, displays the agreement and the right side a form to capture their info.


Here are the steps to follow to set this up:

Using a PDF Viewer

  1. Download the PDF Viewer from http://viewerjs.org/getit/

  2. Upload it into PeopleVine's CDN by clicking on your company name and click on upload multiple files

  3. Setup a new Survey/Form and assign the questions you want to ask.

  4. Create a new template with the following code (you can adjust to match your design and css): 

<div class="container">
<div class="row">
<div class="col-sm-8"><iframe style="overflow: hidden; overflow-x: hidden; overflow-y: hidden; height: 500px; width: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;" src="https://peoplevine.blob.core.windows.net/media/192/js/ViewerJS/index.html#{@image:Attach File@}" width="100%" height="500px" allowfullscreen=""></iframe></div>
<div class="col-sm-4">{@survey:@}</div>
</div>
</div>

5. Setup a new Landing Page (by creating a new page and setting as a landing page).  This will allow you to attach a survey to the page.
6. Once you save, you're all set

Alternatively you can replace the <iframe> with a <textarea>{@text:Enter Agreement@}</textarea> to use a text only version.

Here's a sample of what a page with a <textarea> looks like:

Keywords: License Agreement, Sign Contract, Docusign, Adobe Sign, Signature Page, Digital Signature, Client Sign-Off, Agreement Form, Contract Form

Did this answer your question?