SEO & Forms

Add Form

vibesites_add_form

Generate a working HTML form for a site. Returns an HTML snippet with the correct action URL. Forms POST to the Vibesites API — submissions are stored and viewable via get_submissions. Insert the returned HTML into your page with write_file.

Parameters

NameTypeRequiredDescription
site_idstringRequiredSite ID
form_namestringRequiredForm identifier: "contact", "newsletter", or "waitlist"
fieldsarrayOptionalCustom fields array of { name, type, required, placeholder }

Example

Ask Claude something like:

Prompt example
"Add a contact form with name, email, and message fields"

Related tools