--- ### ALL PAGES ### layout: themes/[ site.theme.id ]/frontend/core/base permalink: /test/libraries/form-manager ### REGULAR PAGES ### sitemap: include: false meta: title: "FormManager Test Page" description: "Testing different configurations of the FormManager library." breadcrumb: "FormManager Test" index: false ---

FormManager test page

Testing different configurations of the FormManager library.

Test 1: Full Test
Success/failure toggle, nested dot notation, change events (check console)
Hidden in production; fill here to test rejection
Status: ready Action: -
Submit to see collected data...
Test 2: Validation
HTML5 + custom validation event
Status: ready
Test 3: Contact Form
allowResubmit: false, resetOnSuccess: true
Status: ready
Test 4: Manual Ready
autoReady: false, ready after 2 seconds
Status: initializing
Test 5: Input Groups
setInputGroup() filters getData() - fields without data-input-group are global
Global settings Always included
Group A data-input-group="a"
Group B data-input-group="b"
Select group:
Status: ready Filter: none (all fields)
Click "Get data" to see filtered results...
Test 6: File Drop
data-file-drop (local) and data-file-drop="page"
Local mode default

Drag & drop or click to browse

No file selected

Local mode + accept accept=".pdf"

Drag & drop or click to browse (PDF only)

No file selected

Page mode data-file-drop="page"

Drop anywhere on the page

No file selected

Status: ready