YOUR_FORM_ID with the ID of your Form
You can find the Form ID in the Form settings under the Settings tab.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Embed a NabuChat form using the Standard widget
<script type="module">
import Form from 'https://cdn.jsdelivr.net/npm/@nabuxai/embeds@1.0.219/dist/form/index.js';
Form.initStandard({
formId: 'YOUR_FORM_ID',
});
</script>
<nabuchat-form-standard />
YOUR_FORM_ID with the ID of your Form
