Form: https://vue-custom-form.herokuapp.com/
Backend to customize form items: https://wagtail-form-generator.herokuapp.com/admin to log in, and https://wagtail-form-generator.herokuapp.com/admin/pages/4/edit/ to edit the form contents.
Username: admin
Password: password
This is a project making use of the article Building an Interactive and Distraction-free Form with Vue.
This implementation uses a JSON file to generate the custom form. In our use case, the JSON file is fetched via a wagtail site (REST Framework), where the form can be easily created using the wagtail CMS login and included UI.
npm install
npm run serve
npm run build
npm run test
npm run lint