---
title: JavaScript Embedding
layout: vtabs
section: examples
noFormio: true
weight: 30
---
With this library, you can easly embed a form within your website by adding the ```src``` query string to the Form.io API url of your form. For example, if you wish to embed the https://examples.form.io/example form within your website, you could use.

```html
<script src="https://cdn.form.io/formiojs/formio.embed.js?src=https://examples.form.io/example"></script>
```

<h3>Result</h3>
<div class="card card-body bg-light">
<script src="dist/formio.embed.js?src=https://examples.form.io/example"></script>
</div>
