Hi
At the moment I have the following fields (where the brackets are the values):
- Product Name
- Category dropdown
- Canada(CAN) | United Kingdom(UK)| United States(USA)
- Size dropdown
- Small(S) | Medium(M) | Large(L)
- Colour dropdown
- Red(RD) | Blue(BL) | Green(GR)
I'd like to use GF to generate serial numbers of some products, based on what is input in the form.
So for example a Blue T-Shirt in Large made in Canada may generate the following serial code (where the last 8 alphanumeric values are completely random)
CAN-L-BL-nR2itwy6
I have read and followed http://www.gravityhelp.com/forums/topic/guid-entry-id which is great for generating random values - but is it possible and could someone help please - to generate the random string WITH the values based on the selection?
Also, I need the random code to be unique (even in the case where as like above, I may enter another Blue T-Shirt in Large made in Canada).
Really appreicate any help
Thanks