Created
July 3, 2018 17:25
-
-
Save johnmap/a3223d6548fa1480d0787390a477eed4 to your computer and use it in GitHub Desktop.
jotform full screen embed quick & dirty
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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