CSS Form Builder append file name on upload
Hi GuysI have a css form builder form which has the usual contact info, one of the fields being "company name". I have also upload file field in the form, which uploads to a folder on my server. I have set the file upload to append the file names of duplicate files incrementally, but would like to also append the uploaded files name with the "company name" field from the form i.e.: ACME-filename.pdf whereby ACME is the appended information to the uploaded pdf.Is this possible?