Form

A dynamic form builder component that creates structured forms with multiple input types.

Example Prompt

Try this prompt in the chat interface

Create a contact form with the following fields:
- Name (required text input)
- Email (required text input)
- Phone (optional text input)
- Message (required textarea)
- Preferred Contact Method (select with options: Email, Phone, Either)
Make it use the bordered variant with a relaxed layout.

Preview

Installation

$
npx tambo add form