I would like to create forms which are serialized with a unique number incrementally every time a user fills and submits and at the same time prints one. Is it possible?
Forums
How to create serialised forms
Hi rosiserem,
Yes, it's possible.
If you want a serialised number then you can save the form data to a database table and use the record id.
Sometimes serial numbers are a security issue, if that is so then I have a Unique ID [GH] action which creates a short unique randoms string identifier.
Bob
Yes, it's possible.
If you want a serialised number then you can save the form data to a database table and use the record id.
Sometimes serial numbers are a security issue, if that is so then I have a Unique ID [GH] action which creates a short unique randoms string identifier.
Bob
This topic is locked and no more replies can be posted.