update docs

This commit is contained in:
Pete Matsyburka
2025-09-13 11:23:34 +03:00
parent 30115fc0dc
commit 74ed9a5040
18 changed files with 8311 additions and 407 deletions
+5 -3
View File
@@ -7,12 +7,14 @@
<docuseal-form
id="docusealForm"
data-src="https://docuseal.com/d/{{template_slug}}"
data-email="{{signer_email}}">
data-src="https://docuseal.com/d/{{ template_slug }}"
data-email="{{ signer_email }}">
</docuseal-form>
<script>
window.docusealForm.addEventListener('completed', (e) => e.detail)
window.docusealForm.addEventListener('completed', (e) => {
console.log(e.detail)
})
</script>
```