Forums

File upload / Filename code

kraadde 03 Mar, 2023
in my former CF5 version, I used to insert a filename code to format the name of files sent to the server database as below.




<?php return date("Y-m-d")."_".$file_name;



Now I am struggeling with my first CF7 forms and I could not find how to do the same here.

Any help please
You need to login to be able to post a reply.