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

Go to DSAR → Form Settings
Navigate to your form configuration and click "Embed Code" on your form.
Choose Embedding Method
Select from three options: Embed via iframe, Embed via Script, or Button Link.
Copy the Code
Copy the generated code snippet and paste it into your website.
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:
<iframe
src="https://dsar.jerisaliant.com/request/YOUR_FORM_ID"
width="100%"
height="600"
frameborder="0">
</iframe>Script Widget
For a more seamless integration:
<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:
<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