Step 5 of 10

Deploying Your DSAR Form

Embed or link to your request form on your website.

Deployment Options

Hosted Form URL

Link directly to your form hosted on our platform. Simply add a "Privacy Rights Request" link to your website footer or privacy policy.

Embedded Widget

Embed the form directly into your website using an iframe or JavaScript snippet. The form appears as part of your site.

Getting Your Embed Code

DSAR Embed Form page showing iframe code, script embed, and button link options

Screenshot placeholder

DSAR Embed Form page showing iframe code, script embed, and button link options
Embed Form page - Choose your preferred embedding method and configure allowed domains
1

Go to DSAR → Form Settings

Navigate to your form configuration and click "Embed Code" on your form.

2

Choose Embedding Method

Select from three options: Embed via iframe, Embed via Script, or Button Link.

3

Copy the Code

Copy the generated code snippet and paste it into your website.

4

Configure Allowed Domains

Add your domain(s) to the Allowed Embed Domains list for security.

Embedding with iframe

Add the form directly to a page on your website:

html
<iframe 
  src="https://dsar.jerisaliant.com/request/YOUR_FORM_ID" 
  width="100%" 
  height="600" 
  frameborder="0">
</iframe>

Script Widget

For a more seamless integration:

html
<script src="https://cdn.jerisaliant.com/dsar-widget.js"></script>
<div id="jerisaliant-dsar" data-form-id="YOUR_FORM_ID"></div>

Button Link Option

Simply link to your hosted form page:

html
<a href="https://dsar.jerisaliant.com/request/YOUR_FORM_ID" 
   class="privacy-request-btn">
  Submit Privacy Request
</a>

Allowed Embed Domains

For security, configure which domains can embed your form. Add your domain(s) in Allowed Embed Domains and add your website domains.

Where to Place Your DSAR Link

  • • Website footer (common practice)
  • • Privacy policy page (link from rights section)
  • • Account settings/profile page
  • • Dedicated "Privacy" page