I would like to create a small text or hidden field in my form which uses auto-increment a number and place it in that field each time the form 'submit' button is pressed. Some javascript function to make the auto-increment?
Using the ID of the saved record database is not possible because I have 5 forms. Because the ID of the record database is for example 2 and i used another form the ID will already be 3 when it should be 1.
There should be a record ID for each form, but do not know how to do this.
any help would be appreciated,
regards