I need MySQL Schema for form generation system, I have created form designer but i need to store it in MySQL.
This system can do following
- Create your own form
- Add or remove as much fields as you want
- Form will connect to a MySQL Table which is going to store form submission data
How it can be done, plz help me