In a "Form wizard" a have an ADD Table. when I insert a new record, I need to show the autoincrement ID for the table in the last step of the wizard. Is there a way to use LAST_INSERT_ID MySql function or other method?
Thanks for your answer. I tried to use a constant like USER_ID and it works but I can't define a "variable" that can be used in the FileNamePrefix option. Can you help me? What I try is: $varx = $modeldata['fieldname'];. Then, use the $varx as the prefix.