Skip to main content
See how to build a simple contact form using PipedForm, from a plain HTML form with no styling, to a form styled with Tailwind CSS. Copy the examples below and adjust them to fit your project.

Basic Example

A minimal contact form with no styling, using plain HTML. Replace {form_id} with your own form ID.

Contact Form with Tailwind CSS

The same form, styled using Tailwind CSS utility classes for a clean, modern look.