Create unique identifier that is displayed to the user and admin via Ninja Forms
I'm trying to source documentation on how to create a unique identifier that can be displayed to the user after form submission and to the admin that also receives the submission.
- User submits form
- User receives confirmation email with "Your code is 2290"
- Admin receives form confirmation "User has signed up with order X and code 2290"
I've found a way to grab sequential numbering from the order of submission but it needs to be a unique code to that specific user
The only thing I thought would be to add some sort of relay of their IP and name
Something like Hashids can convert their IP into a small unique identifier but I'm really unsure how to implement something this complex and would need something simple that I've overlooked that ninja forms allows/provides
Topic plugin-ninja-forms plugins Wordpress
Category Web