Voieform Popup Widget (@voieform/widget)
Core Features

Voieform Popup Widget (@voieform/widget)

Voieform Widget Package
PAID PLAN FEATURE

The @voieform/widget package allows you to inject a floating popup contact overlay into any website using only your Form API Key.

Script Embed Setup

Copy and paste this script snippet before the closing </body> tag of your HTML page.

<!-- Load Voieform Widget Package -->
<script src="https://voieform.com/formbutton.js"></script>

<script>
  window.formbutton = window.formbutton || function() { (window.formbutton.q = window.formbutton.q || []).push(arguments) };
  formbutton("create", {
    action: "https://voieform.com/f/pr_live_x92a",
    title: "How can we help?",
    fields: [
      { type: "text", name: "name", required: true, placeholder: "Your Name" },
      { type: "email", name: "email", required: true, placeholder: "Your Email Address" },
      { type: "textarea", name: "message", required: true, placeholder: "Detail your inquiry..." },
      { type: "submit", label: "Send Message" }
    ],
    styles: {
      button: { background: "#0052cc" },
      title: { background: "#0052cc" }
    }
  });
</script>

Widget Customization

Widget customization options (custom brand colors, fields, and titles) are unlocked for users on active paid plans (Essentiel, Professionnel, Suprême).

Ctrl+I
Voieforms Popup Widget - Voieforms (formerly Proforms)