• Hi,

    I need to add two file field in my form.
    If I use only one file field, the form is sent correctly. However, when i put two or more file field and I press submit button the form keeps thinking and it doesn’t do anything.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you given the second file field a different name? e.g.

    [file file-field1]
    [file file-field2]
    Thread Starter jmorales2018

    (@jmorales2018)

    Yes, the file fields have differents names: your-file1 and your-file2.
    I have tried using options too, like
    [file your-file1 filetypes: pdf|txt|jpg|jpeg|png|gif|doc|docx|ppt|zip limit:5mb]
    But it doesn’t works.
    The file fields have also been put into ‘File attachments’ field in the Mail tab, so that they are attached to the email:
    [your-file1][your-file2]

    Thanks

    Have to tried adding a space between the mail-tags: [your-file1] [your-file2]
    Have you tried using different browsers?
    Where is the form?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I can’t use more than one file field in my form’ is closed to new replies.