Hi pasqualedi,
it's usually better to assign numbers after the form is submitted - the database table id number is a reliable serial indicator. Otherwise you generate a new number each time the form is viewed and that can get difficult to control and track.
Bob
Hi Bob!
How i can generate a new number each time the form is viewed?
Thanks
Hi pasqualedi,
Probably I'd create database table or a file and keep the number in it, then in the Form HTML get the number, add one to it, and re-save it. Should work Ok unless your form gets heavy use when there is the problem that two users may try to read it at the same time.
Bob