Antifraud Veritus Starter General help New

Installing the widget on WordPress, Webflow, Wix and Squarespace

ruthF14 01 Dec 2025, 01:40

The drop-in widget is designed for platforms where you control the page source but do not want to write backend code.

  1. In your account, copy your live widget key (vt_live_…).
  2. Add one script tag to the page <head>:
<script src="https://app.veritus.uk/widget.js" data-key="vt_live_…"></script>
  1. 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.

← Back to all posts