Before i started using Chrono Forms i was forced to use a separate php file from Joomla because of this very reason. And would like to know if and how its possible to create and record (as well as email) a unique id.
For the php form i have used this code:
But, where would i enter it into and how can it be recorded so that its listed in the table and email? Or is there a better way of creating a unique id number?
For the php form i have used this code:
$uniqueId = substr(md5(uniqid(rand(), true)), 0, 8);
But, where would i enter it into and how can it be recorded so that its listed in the table and email? Or is there a better way of creating a unique id number?