Mar 27th, 2012, 3:14 PM
I managed to cobble some PHP code together to get the job done but it would great to have a module for reference number generation. It should have options for the length and what the reference numbers are derived from. Mine takes the initials of the person submitting the form and appends a random 4-digit number to it. Ideally it should check the database to make sure no reference number be used twice but I don't know how to do that, I'm not a PHP coder.