Simple object for getting and setting form values using javascript
Inspiration from this stackoverflow answer (for the setting part):
https://stackoverflow.com/a/35468919/464549
npm install --save get-set-form-values
Or
<script src="dist/get-set-form-values.js"></script> See: index.html
Live example:
See: https://codepen.io/diversen/pen/qjoWjb
MIT © Dennis Iversen