Skip to content

Instantly share code, notes, and snippets.

@johnmap
Created July 3, 2018 17:25
Show Gist options
  • Save johnmap/a3223d6548fa1480d0787390a477eed4 to your computer and use it in GitHub Desktop.
Save johnmap/a3223d6548fa1480d0787390a477eed4 to your computer and use it in GitHub Desktop.
jotform full screen embed quick & dirty
<html>
<head>
<title>{YOUR SURVEY TITLE}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
html, body, iframe{
padding: 0;
margin: 0;
width: 100%;
height: 100% !important;
}
</style>
</head>
<body>
<script type="text/javascript" src="{YOUR SURVEY SRC}"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment