Skip to main content

Getting Started

Quickstart

WizeForm works with any HTML form. No backend, no server, no JavaScript required. Add your access key to your form and you're done in under 2 minutes.

Get your free access key by creating an account. No credit card required.

Install

HTML

<form action="https://wizeform.com/api/submit"
      method="POST">

  <input type="hidden"
         name="access_key"
         value="fm_your_key_here" />

  <input name="name"    placeholder="Name" />
  <input name="email"   placeholder="Email" />
  <textarea name="message"></textarea>

  <button type="submit">Send</button>
</form>

Submissions appear in your dashboard instantly. Each one is scored Hot / Warm / Cold by AI and summarized before hitting your inbox.