• Resolved insyse

    (@insyse)


    I have a simple form,

    The form has two checkbox fields, if each one is selected, this enables the file field that corresponds to each checkbox.

    If I check only one checkbox field, one file field is enabled and the form sends it without problem, and if I do it with the other checkbox field, only the second file field is enabled and sends it without problem.

    But if I mark the two checkbox fields at the same time and attach the two file fields, the form is sent, but none of the attached files or the file upload URL arrive in the email. as if no files were selected in either of the two file fields.

    How can this be fixed?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support himanshusharma20

    (@himanshusharma20)

    Hi @insyse.

    Sorry for the inconvenience. There might be an issue with selecting multiple checkboxes for sending data. To resolve this, you can either create two separate checkboxes instead of one checkbox with two values, or you can use an acceptance form field. Just add a condition: if the acceptance field is off, then show these fields. Then it should work for you.

    Thank you.

    Thread Starter insyse

    (@insyse)

    Gracias a que esto funciona para mí

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘If there are two file fields, the files are not sent’ is closed to new replies.