Extend the options of the Breakdance form with new fields and functions
Form Builder+ extends the builder's own form element, so everything below submits, validates and stores exactly like a native field — and every form action you already use keeps working.
Picture tiles instead of plain radios or checkboxes. Each option takes a label, a value, an image and an optional default.
Colours, borders, spacing and label typography live under Design → Extras. Built on real radio and checkbox inputs, so keyboard selection and required validation work natively.
Capture a handwritten signature on a canvas. The drawn image is stored as a data URL in a hidden field for emailing or saving with submissions.
Supports a visible label and a clear button.
A colour picker field so users can choose any colour value. Great for branding or design requests.
Show 1–10 star options as radio buttons (★★★★☆). You can control the number of stars and capture a numeric score.
An HTML5 range slider with a live value readout. Configure min, max and step, and the current value updates as users drag.
A simple on/off control that submits 1 when active. Perfect for consent or feature switches.
A ready-to-use select with a complete list of countries and flags preloaded. Set a default, and you're done.
A ready-to-use select with a complete list of countries, flags and calling codes preloaded. Set a default, and you're done.
A start and end date in a single field. Ideal for booking forms.
List post titles — including custom post types — or taxonomy terms in a select dropdown, pulled live from the site.
Let users add multiple entries for one logical field. Two modes:
Saves as a JSON array — ["Option A","Option B"] — in a hidden field for clean storage and email output. Shows one row by default so users don't miss it.
Display and store a live total based on other field values. Supports:
({price} * {qty}) + {shipping}£ or %The display shows the formatted total (prefix + number + suffix), but the saved value is just the numeric result, making it easy to use downstream.