Seven new question types for feedback pages — from layout controls to validated inputs — plus smarter AI generation, per-field validation, customizable submit button text, and single-line text fields.
NewCustomizable submit button text — configure the label shown on the submit button for each feedback page via the Settings tab (e.g. "Submit", "Send", "Do it!")
NewContent block question type — embed rich markdown content (headings, lists, links, images) between questions for instructions or context
NewSection header question type — visually separate groups of questions with a title and horizontal rule
NewEmail input question type — dedicated email field with built-in format validation on client and server
NewPhone input question type — phone number field with automatic US formatting and configurable format (US, International, Any)
NewNumber input question type — numeric field with optional min, max, step, and unit label
NewDate input question type — date picker with optional time component (date-only or datetime)
NewDropdown question type — single-select dropdown from a configurable list of options
NewText field validation — existing text questions can now enforce email, phone, URL, or custom regex validation with configurable error messages
NewSingle-line / multi-line toggle for text questions — choose between a single-line input or multi-line textarea when creating or editing text questions
NewAI feedback generator now understands multiline — AI-generated forms automatically use single-line inputs for short fields (name, email, phone) and multi-line textareas for longer responses
NewQuestion badges in editor — text questions now show a "Single-line" or "Multi-line" badge in the question list for quick visibility
ImprovedAI form generator understands all new field types — describe your form and AI will use email, phone, number, date, dropdown, section headers, and content blocks as appropriate
ImprovedDisplay-only types (content block, section header) are automatically excluded from required-field checks, submission payloads, analytics, and response tables
ImprovedServer-side validation for all new input types — email regex, phone digit count, number range, date parsing, and text validation config enforced on the worker
ImprovedEditor UI shows contextual badges for validation type, phone format, and number range on question cards
ImprovedPlaceholder text support for email, phone, number, and text fields
ImprovedOpenAPI specification now documents all Feedback Pages endpoints (CRUD, AI generation, public submit) and all 15 question types with QuestionConfig schema
ImprovedDocumentation page updated with complete question types table including all new types, corrected API values, and display-only indicators
ImprovedOpen Graph and Twitter Card meta tags on all public pages — shared links now show rich previews with titles, descriptions, and images
ImprovedPreconnect hints for external origins to speed up page loads
FixedFixed feedback pages card layout — action buttons now stay anchored at the bottom of each card regardless of content height