managed
We hold the credentials
WPIntegrate runs the client-credentials flow for your tenant. Your administrator grants consent once and is not asked again.
Using WordPress? Every integration here is also available as a plugin. Browse the plugin store →
Released component
Form Builder makes multi-step forms and quote calculators that deliver each submission into Microsoft 365 — a row in an Excel table, an event in an Outlook calendar, a file in OneDrive — or to an inbox or a webhook, embedded inline or behind a floating button.
Form Builder has no WordPress plugin equivalent — it exists as a web component only. The component platform is in pre-launch, so interest is collected through the contact page rather than through a signup.
Form Builder itself, running here on a fictional host — the released bundle from our CDN, loaded the same way your own page would load it. The data behind it is sample data of our own invention; on your site the same component reads your Microsoft 365 tenant.
Putting it on the page
Two lines, and neither of them is a build step. Everything the component shows is resolved from the key at request time, so the markup on the page is the last markup anyone writes.
What it does
The Form Builder component composes a form from typed fields — text, choice, slider, image choice and calculation among them — and delivers every submission to the destinations you configure: a row appended to an Excel table in OneDrive, an event written into an Outlook calendar, a file written into a OneDrive folder, an email address, a webhook, or several of each. Conditional rules show and hide fields as the visitor answers, and calculation fields evaluate a formula over other fields to produce a total that updates while they type.
Most site forms are either a plain contact box or a plugin that keeps every submission in the website’s database forever. This does the harder half — branching questions, live pricing, multi-page flows — and treats a submission as something to deliver rather than something to accumulate.
<wpi-form>managed or proxy — the tenant choosesWhere it runs
A custom element needs no build step and no framework, so where your site is built is not a question you have to answer before this one.
Named as examples of places HTML can be pasted. No partnership is implied, none of these are customers, and the marks beside them are our own drawings rather than any vendor's logo. WordPress is the one that gets more than an embed — the same Microsoft 365 jobs also ship as plugins with a Gutenberg block.
In detail
10 capabilities, every one of them resolved from the embed key rather than written into the page.
Text, long text, email, phone, number, select, checkbox, radio, slider, image choice, section heading, and a calculation field. Each field can be full, half or third width within its row.
A calculation field holds a formula referencing other fields by id, with a prefix, a suffix and decimal places — so a quote total, a subtotal or a score updates while the visitor is still filling the form.
Any field can be shown or hidden by rules over other fields’ answers, matched on all or any, using contains, equals, starts-with, ends-with, empty and their negatives.
Stacked one field per row, a responsive two-column grid, or a wizard with named pages, a progress bar and per-step titles and descriptions.
A submission can be appended as a row to a table in an Excel workbook on someone’s OneDrive, written as an event into an Outlook calendar — optionally inviting the person who submitted — or written as a JSON or text file into a OneDrive folder. The Excel row is matched to the table’s real header row rather than dropped in field order, so an unanswered optional question does not shift every later answer into the wrong column.
Send to an owner address with your own subject and message, auto-reply to the person who submitted, and POST to webhooks signed with an HMAC secret. Email can go through your own SMTP server instead of the platform sender.
A submission is passed straight to the destinations you configure and no copy is kept on our side. Set at least one destination, because delivery is the record — this is a form component, not a records system.
Render the form in the page, or as a launcher button with a label of your choosing that opens it in a fixed panel in a corner.
Show a rich-text confirmation in place of the form, or redirect to a URL of your own, optionally in a new tab with a thank-you message left behind.
The embed renders only on domains you list, a Google Tag Manager container id can be attached, and custom CSS covers anything the settings do not.
Form Builder exists as a web component only, and the component platform is in pre-launch. Interest arrives as email rather than as a signup, and somebody reads it.
Reaching your tenant
Every tenant runs in one mode or the other, and the choice belongs to your IT rather than to us. It is the reason this works inside organisations that will not delegate Graph access to a vendor.
managed
We hold the credentials
WPIntegrate runs the client-credentials flow for your tenant. Your administrator grants consent once and is not asked again.
proxy
You hold the credentials
You supply a base URL and an API key for your own gateway. We store that key encrypted at rest and never hold a Graph token at all.
Arrangements
Each of these is a setting on the instance, not a different component — the source, the theme and the embed key stay the same when you change it.
Questions
If yours is not here, ask it — the answers come back from a person rather than a form.
To the destinations you configure — a table in an Excel workbook on OneDrive, an Outlook calendar, a folder in OneDrive, an email address, a webhook, or several of each. We keep no copy, so configure at least one destination before you publish the form.
No. A form widget holding other people's names, emails and message bodies is a liability rather than a feature, so we do not hold one. Configure an email or webhook destination and the record lives in a system you already own and already secure.
Yes. Calculation fields evaluate a formula over other fields, so sliders and choices drive a running total the visitor sees before they submit.
The three that write into Microsoft 365 — Excel, Outlook calendar and OneDrive — and email delivery when it sends through a mailbox rather than your own SMTP server. A form that delivers by webhook alone needs no connection at all.
Yes. An auto-reply with its own subject and message can be sent to the address given in the form’s email field. A submission written to an Outlook calendar can also invite them to the event.
Yes — an Excel workbook on a OneDrive you name, into a table inside it. The workbook and the table are created if they are not there yet, and each submission appends a row. Answers are matched to the table’s header row by name rather than by position, so you can reorder the columns or add your own without later rows landing under the wrong headings. Renaming or deleting a column a question relies on is the one edit that stops delivery, and it says which column it could not find.