My Test Page
by Eric Pias
HTML
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/@feathery/react@latest/umd/index.js"></script>
</head>
<body>
<h1>Embed feathery form</h1>
<div id='container'></div>
<script>
(() => {
Feathery.init('efa90250-d841-4820-9a2d-7d409c21f0e5');
Feathery.renderAt('container', { formName: 'eric-demo-code' });
})();
</script>
</body>
</html>