To install a Form on your website using the Standard widget use the follwing code snippet:
Copy
<script type="module"> import Form from 'https://cdn.mu.chat/embeds/dist/form/index.js';Form.initStandard({formId: 'YOUR_FORM_ID',});</script><muchat-form-standard />
Replace YOUR_FORM_ID with the ID of your Form
You can find the Form ID in the Form settings under the Settings tab.