Form without premium

by brendanbond

HTML

<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css'>
 <link rel='stylesheet' href='https://unpkg.com/[email protected]/dist/formio.full.min.css'>
 <script src='https://cdn.test-form.io/js/5.3.0-rc.0/formio.full.min.js'></script>

<div id="formio"></div>

JavaScript

Formio.createForm(
  document.getElementById('formio'),
  'https://remote-next.form.io/axysbikqzixbstk/fio10932'
);