Form functions for posting forms and doing uploads with Waveorb.
npm i waveorb-form
var Form = require('waveorb-form')
Include the class on your web site, and Pass the selector of the form you want to activate:
<script>
${Form}
new Form('form')
</script>
See the pages in app/pages
for exmples of use.
ISC Licensed. Enjoy!
Created by Eldøy Projects