dForm is an open-source, secure way of creating and managing responses of your forms. It also gives you metrics such as times your form was viewed and submitted. dForm uses fully responsive UI similar to Discord, and Material UI, and also keeps your session secure with JWT authentication with each request!
Start making forms with dForm! - https://dform-app.vercel.app
- β New users can register and login to dForm
- β Can see previously made forms on user's dashboard
- β dForm also shows number of times your form has been viewed
- β Users can create new forms, with text, multiple-choice-correct and single-choice-correct type questions
- β Also provides fields for adding description to each question, for more clarity
- β Add form title and form description while creating
- β
dForm produces a special, easy to narrate slug for your form, like
vcm-osbu-792
- β
Your form can be viewed, and filled on
/form/slug
by everyone, and responses are available on/responses/slug
only after successful authentication - β View your form responses, with index for each submission
- β dForm performs checks in backend for each submission, only allows submission with same form structure
- β Fully responsive, you can also create and manage your forms on the go!