Cutom Form with auto Certificate generation using django
I wanted to develop one functionality for django website.
Idea: I want to create forms for categories like (event-x, event-y, etc..) through django admin and users will fill up the form through frontend. The form data will be stored in the database and it will generate pdf certificate and will send to respective users. And also should store the status of the certificate.
The idea derived from google forms..
Any suggestions...