Workflow - Looping instead of Repeating

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:
forum1

This is how I handle the errors from the db.

Thanks for your time.

Regards Graham

how about you create to submit buttons instead of one.

Save and submit plus a option set that’s is set to incomplete after the user have saved the doc for the first time.

When the user save for the first time, you create a new table and set option set to incomplete , then change the save text to continue next time the user states filling the form ( this will always happen when option set is imcomplete.

then set a condition on the save button not to fire if any of the form fields are empty.

hope this helps

This topic was automatically closed after 70 days. New replies are no longer allowed.