File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
350350function 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
You can’t perform that action at this time.
0 commit comments