U.S. flagA digital services project by Flexion

Chat Panel

formCustominteractive

A conversational interface for interactive form filling.

Custom component — no upstream reference.

Variants

Empty Start

Finished

What is your full legal name?
Jamie Rivera
Thanks, Jamie. What address should we use for correspondence?
123 Main St, Springfield, IL 62701
Thanks. That was the last question — your responses are recorded.

Conversation complete

In Progress

What is your full legal name?
Jamie Rivera
Thanks, Jamie. What address should we use for correspondence?

Contract

Documented variants

  • InProgress — Active conversation: prior messages visible, input form rendered.
  • Finished — Completed conversation: final messages visible, input form replaced with a completion notice.
  • EmptyStart — Blank starting state: no prior messages, input form ready for the first response.

Behavior promises

  • ○ Renders a textarea + submit control while the conversation is unfinished.
  • ○ Replaces the input form with a "Conversation complete" notice once finished is true.
  • ○ Each message exposes its role via the data-role attribute for styling and assistive tech.

Source CSS