There are two available options that you can use.
inline-index.html— The styling and javascript are built within the index.html template. When using this template, all you have to do is customize thehtmlfile(more information below), then copy and paste the code wherever you want this form to live.index.html- In the case you want thehtml,css&javascriptall separate files, you will needmain.css,main.js&index.html. This is a bit more advance and you will need someone familiar with your tools setup. You will need to customize these files appropriately(more information on this below) and uploadmain.css&main.jsto where your form lives. You will then need to copyindex.htmlcode to your form's template. Someone will need to be responsible for uploading the files to your server, as well as updating the<script>&<link>url's in theindex.htmlfile.