Contact Forms

Add working contact forms to your static sites.

Steps

  1. For static sites, use a form backend like Web3Forms or Formspree.
  2. Generate an Access Key or Form Endpoint from your provider.
  3. Paste the key/endpoint into the editor when prompted.
  4. The AI will wire up the form with validation and success/error states.
  5. For web apps, forms are handled by your backend automatically.

Copy/paste prompts

Use these in the editor chat after you’ve gotten the required link/key/embed code.

Web3Forms integration

/guides/contact-form
Connect my contact form to Web3Forms using this Access Key: [PASTE KEY]. Collect Name, Email, and Message with HTML5 validation.

Formspree integration

/guides/contact-form
Connect my contact form to Formspree using this endpoint: [PASTE URL]. Add a success message after submission.

Links