Simple, no-code solution to automatically shorten and enrich any form fields

  • No revops required
  • Boosts LP conversions
  • No tech integrations
  • Fully flexible 5 mins installation

Shorten your form in 3 easy steps:

Step 1

Enter page URL containing the form to shorten

Step 2

Map which fields you want to shorten and which you want to enrich

first-name:

last-name:

company:

linkedin-profile:

Step 3

Install the script tag on Google Tag Mangaer

<script>
  var script = document.createElement("script");
  script.async = true;
  script.type = "module";
  var code = 'import { Convertedge } from "https://shortify.convertedge.co"; new Convertedge(["YOUR-API-KEY"]);';
  script.appendChild(document.createTextNode(code));
  document.body.appendChild(script);
</script>

Step 4

🎉 Your form is shorten! 🎉
Click here to see it in action