I've created a form collects information from a group of employees. I have these emailed to me. I receive about a 1,000 per week. I need these emails to generate a unique name for each email, something this will never repeat.
Here is my script
event.target.submitForm
({cURL:"mailto:name [at] hello [dot] com?subject=Need Unique string Here &body=Please find attached the completed Start Sheet.",cSubmitAs:"XML",cCharset:"utf-8"});
Thanks,
Patrick
In my opinion to generate 100% unique string you will have to create post request to your server, which will generate unique numbers