hii!!
i am making a form in which the user fills in the fields and finally submits the form, which is then saved in the database
i use asp
and javascript for validations.
the user can see, all the enteries as a list in another page.
Now, i have to give the user a "save as draft" option.
in which he can enter some fields and save the form and complete it later...
maybe , i can have a "save as draft" button on the main form, on pressing which, the validations are not carried out, and the form is saved in some another table..
and the list on which the user see's the added forms can have a "view drafts" link which opens up a list of "drafts"
when the user clicks on it, the user can fill in the form , and click on submit it ( now the validations are carried on, and the form is saved in the original table )
and the "draft" is deleted from the list after its "saved"
that is the basic idea i have....
I need help on how to go about it ?