I have a web project with some forms in it. Every user on my web project should get an empty form ready to fill for everyday.
Is there anyway to Create a simple empty form with only id
, name
, activity
fields, all automatically done by server everyday in MVC?
It can be timer that watches system time and creates a new form when a new day beguns or it can be another trick that i cant even think of.
Just show me ways to create forms every new day automatically.