Conversation
supportHello, is possible use multiline field twice in one form? Because second one didnt worked. If i use default upload field + multiline it works, both files are uploaded to FTP. But only one is delivered to mail. Can i setup both will delivered to mail?
Hi @koupmi 1) Yes, but you need to buy our Premium plugin for that functionality. 2) Yes, upload field + multiline works. Please follow the below steps. Edit the plugin main file and update the code on line no 254 From $properties['mail']['attachments'] = $zipped_files; To $properties['mail']['attachments'] .= "\n" .$zipped_files; Then test the form. Thanks. This reply was modified 3 years, 7 months ago by Divyesh kakrecha . This reply was modified 3 years, 7 months ago by Divyesh kakrecha .
Hi @koupmi 1) Yes, but you need to buy our Premium plugin for that functionality. 2) Yes, upload field + multiline works. Please follow the below steps. Edit the plugin main file and update the code on line no 254 From $properties['mail']['attachments'] = $zipped_files; To $properties['mail']['attachments'] .= "\n" .$zipped_files; Then test the form. Thanks. This reply was modified 3 years, 7 months ago by Divyesh kakrecha . This reply was modified 3 years, 7 months ago by Divyesh kakrecha .