Contact

Five-step wedding RSVP form

An RSVP in five steps: who and whether they're coming, with whom (plus one, children), menu and drinks with allergies, whether a shuttle is needed, a dance-floor song and a wish. Progress bars on top, a sticky summary on the right that fills as you go, and a “thank you” finale with a wax seal. The guest's name comes from ?guest= in the URL — the link can be sent personally.

What you can change

  • eyebrow, title, greeting ({name}), lede ({deadline}), deadline, guest, stepLabels
  • menu, drinks (value/label), summaryTitle, submitLabel, thanksTitle, thanksText, action
  • accent and background, tone

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/contact-018?lang=en&theme=dark

2Paste into the chat
3Get it in your project

Not sure where to paste it? Step-by-step guide

Show the full instructions

What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.

Loading…

For developers

The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.

Technical notes

One file, zero dependencies, “use client”. State is the answers object and the step index; steps render one at a time with a fade-in, “Next” on the first step is disabled without a name and a yes/no. Choices are pill buttons with aria-pressed (single) and role=checkbox/aria-checked (drinks). The name from the URL is read via useSyncExternalStore (empty on the server, hydration without mismatch); greeting with {name} replaces the title; lede accepts {deadline}. The form is glass: translucent cream with backdrop-filter and a light edge, with a sage ::before glow of the section behind it. The summary is a <dl> with aria-live=polite, empty values show “—”. Submission: without action — preventDefault and the “thank you” screen; with action — a plain POST with hidden guest and answers (JSON) fields. The seal is a radial-gradient with a “stamp” keyframe. From 56rem a 1.4fr/.7fr grid, the summary sticky. Palette --vibeui-contact-018-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Cormorant Garamond and Manrope come via <link precedence> from Google Fonts with Georgia and system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.

Tags

  • wedding
  • rsvp
  • form
  • multi-step
  • wizard
  • survey
  • poll
  • menu
  • guests
  • plus one
  • transfer
  • song request
  • serif
  • cream
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…