You can easily embed your form on your website by using it's Embed Code. Here are the steps:
If you'd like the embed a form as a standalone page on your website, use the following template. Replace the bold bits with your form's title and Embed Code respectively.
<!doctype html>
<html style="height: 100%;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
iframe { width: 100%; height: 100%; margin: auto; display: block; }
</style>
<title> TYPE_YOUR_TITLE_HERE </title>
</head>
<body style="margin: 0; padding: 0; height: 100%; width: 100%;">
PASTE_EMBED_CODE_HERE
</body>
</html>
While using just the form's Embed Code is sufficient, the above template helps mobile-friendliness and easy scrolling.
If you have any questions, please feel free to contact [email protected] or call +1 302 480 1597. We'll be happy to help.