Hello all,
I tried using the pre_submission_handler to populate the first field of a form (title field of a post field) with values from another field (a name). That works.
Now I want to add a number to it, like a counter. So that you get John001, William002, Sarah003, Mary004, Steve005 etc.
How could I do this?
Thanks