Skip to content

Instantly share code, notes, and snippets.

@cymen
Created November 11, 2019 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cymen/d121256ba29da41ae102e84ece7f6401 to your computer and use it in GitHub Desktop.
Save cymen/d121256ba29da41ae102e84ece7f6401 to your computer and use it in GitHub Desktop.
<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://udhkdmwfegsesuy.form.io/mi');
};
</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