Hi,
I have numerous fields my user must fill in. However they can come back to the form later and complete it. So I must be able to submit an incomplete form. Warning them, that fields should be completed. On the final submission, these warnings prevent the deal being closed.
So all fields are optional, but when they click submit I check if the field is not filled in and write it to an error table in the database. I then use the count of that to manage the final submit.
My question is there a smarter way of doing this or do I need to do it for each of my 40 odd fields:
This is how I handle the errors from the db.
Thanks for your time.
Regards Graham