Skip to content

Commit cbb8712

Browse files
committed
hotfix
1 parent 419022a commit cbb8712

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

demo/src/App.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ function SupportDemo() {
344344
// Demo: Contact Forms
345345
// ============================================================================
346346

347-
// Demo form ID - replace with your own form ID for testing
348-
const DEMO_FORM_ID = 'your-form-id-here'
347+
// Demo form ID
348+
const DEMO_FORM_ID = 'contact_1771071872671_c3119e'
349349

350350
function FormsDemo() {
351351
// Example of using the hook directly for custom implementations
@@ -361,8 +361,8 @@ function FormsDemo() {
361361
Pre-built contact form component that auto-loads form config and handles submission.
362362
Form views are automatically tracked for analytics.
363363
</p>
364-
<p className="text-sm text-amber-600 mb-6">
365-
Note: Replace DEMO_FORM_ID in the code with your actual form ID to test.
364+
<p className="text-sm text-gray-500 mb-6">
365+
Using form ID: {DEMO_FORM_ID}
366366
</p>
367367
</div>
368368

0 commit comments

Comments
 (0)