WPIntell

Source evidence

Two upload inputs – only one is delivered to email

MultiLine Files for Contact Form 7 · support · 2022-08-29T11:13:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 34 rows with source links

26.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
koupmi unresolved
Hello, 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 .

Comments

1 shown
Divyesh kakrecha 2022-10-31T12:54:00+00:00

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 .