I have two forms that when they are accessed they are assigned a number from a table in the database. The number increments for each new form. When the form is submitted the field goes to read-only and keeps that assigned number throughout the remaining process.
The problem is each time that form is saved, approved, rejected, etc, on the backend database, the number gets incremented EACH time even though the report number is static on the form from step 1.
Any ideas?