mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 08:52:58 +00:00
➕ Add CEA registration external page
- New external page accessible at /cea/ - JotForm integration: https://agent.jotform.com/0198a8860b46796895f2a40367a6cea4df0c - Uses iframe template for full-screen experience - Automatically inherits CSP whitelist and security settings - Zero configuration needed - works immediately! 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
85c6ccc512
commit
1e159dc378
@ -292,6 +292,12 @@ EXTERNAL_PAGES = {
|
||||
'external_url': 'https://form.jotform.com/252214924850455',
|
||||
'template': 'iframe', # iframe, landing, or redirect
|
||||
},
|
||||
'cea': {
|
||||
'title': 'CEA Registration',
|
||||
'description': 'Access CEA registration form',
|
||||
'external_url': 'https://agent.jotform.com/0198a8860b46796895f2a40367a6cea4df0c',
|
||||
'template': 'iframe',
|
||||
},
|
||||
'demo-form': {
|
||||
'title': 'Product Demo Request',
|
||||
'description': 'Schedule a personalized demo of our platform',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user