Public contact flow
A Rails-native public inquiry across validation, submission, result, availability, and pressure states.
Form, validation, submission, result, availability, long-content, and narrow states.
A durable result exposes reference, topic, reply address, and response expectation.
A durable result exposes reference, topic, reply address, and response expectation.
The application exposes the durable result instead of replacing it with a transient notification.
| Detail | Value |
|---|---|
| Reference | CON-2048 |
| Topic | Enterprise |
| Reply email | [email protected] |
| Submitted | July 13, 2026 at 11:18 UTC |
test/dummy/app/components/gallery/flows/contact_page.rbworkspace_surface(size: :lg) do
render_header
if state == "sent"
render_sent
else
render_contact_form
end
end