Installing the widget on WordPress, Webflow, Wix and Squarespace
The drop-in widget is designed for platforms where you control the page source but do not want to write backend code.
- In your account, copy your live widget key (
vt_live_…). - Add one script tag to the page
<head>:
<script src="https://app.veritus.uk/widget.js" data-key="vt_live_…"></script>
- Tag the form you want protected:
<form action="/register" method="post" data-veritus="signup">
<input name="email" type="email">
<input name="phone" type="tel">
<button type="submit">Sign up</button>
</form>
On WordPress add the script via your theme's header or a header-scripts plugin; on Webflow, Wix and Squarespace paste it into the custom-code / header-embed area. No field renaming is needed — the widget auto-maps common field names. A dedicated WordPress plugin is on the roadmap.

0 comments
Sign in with your TDesk account to comment.