PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Submit Form on File Upload

  1. I have a form where I want the user to be able to select whether they want to upload a file or not. If they select yes, they have the option to browse for the file. Then I want them to be finished with the form and the form submit.

    If they select no, then I continue stepping them through the form.

    Any ideas?

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  2. They would still have to submit the form.

    Use conditional logic to show the File Upload field if they select Yes from a drop down or multiple choice field.

    Use conditional logic to then hide the other fields if the user selects Yes. If you are using a multi-page form then apply conditional logic to the Page Breaks to hide those pages if the user selects Yes.

    If they select no, the File Upload field will be hidden and the other fields/pages will be visible if you setup the conditional logic correctly.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  3. danielpettifer
    Member

    Use a page break with conditional logic.

    page 1 - Do you want to to upload a file YES (upload the file then continue to page 3<submit>)
    page 2 - only viewable if user clicks NO on page 1
    page 3 - submit

    Basically, on the first page your multiple choice will be the decider for the page conditional logic. Page 2 will only be available if they say no on page 1. Both page 1 and page 2 will arrive at page 3.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink
  4. Thanks folks! What a quick response and exactly what I needed. I was using the Next Button Logic instead of the Page Logic.

    Posted 13 years ago on Thursday April 7, 2011 | Permalink