• 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?

Viewing 1 replies (of 1 total)
  • Plugin Author Divyesh_kakrecha

    (@divyeshk71)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘Two upload inputs – only one is delivered to email’ is closed to new replies.