Embed implementation for the Studio CRM product built on top of formio.js using modern ES6 practices and compiled to ES5 using the babel compiler.
npm install @ivanljutyj/embed.js
Internet Explorer | Edge | Firefox | Safari | Chrome |
---|---|---|---|---|
10+ | 15+ | 25+ | 6.2+ | 20+ |
iPhone Safari | Android Native | Android Chrome | Android Firefox |
---|---|---|---|
iPhone 4S+ (iOS 6) | 4.3+ | 4.3+ | 4.3+ |
<script src="dist/embed.js"></script>
<script>crm.embed({ account: 'DMS', target: 1, url: 'http://studio.test' });</script>
- account - REQUIRED
- target|form - REQUIRED
- url - OPTIONAL
- ignoreHistory - true|false - OPTIONAL
<script src="dist/embed.js"></script>
<script>crm.build();</script>