Created
November 22, 2019 22:47
-
-
Save cymen/abdd676fe63c6d94f5cc0600425d2d3b to your computer and use it in GitHub Desktop.
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> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="https://unpkg.com/formiojs@latest/dist/formio.full.min.css"> | |
<script src="https://unpkg.com/formiojs@latest/dist/formio.full.min.js"></script> | |
<script type="text/javascript"> | |
window.onload = function() { | |
Formio.icons = 'fontawesome'; | |
Formio.createForm(document.getElementById('formio'), 'https://api.form.io/udhkdmwfegsesuy/test'); | |
}; | |
</script> | |
</head> | |
<body> | |
<div id="formio"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment