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.

List Field and photo upload

  1. I would like to create a form with the List field option. Part of the columns will be a dropdown, which I see can be done from other posts. I would like the user to be able to upload a photo for a particular row entry.

    For example, the list will allow for multiple rows to be added to a multi-column list. It will have columns as follows:

    Name | Select Quality | Select Areas | Upload Photo

    So to fit the photo upload box/button in line with the row, I think I need to be able to add it inline with the row for that particular entry.

    Is this possible?

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink
  2. I think we covered that in the other topic:
    http://www.gravityhelp.com/forums/topic/dynamically-populate-dropdown-based-on-product-name#post-76091

    There is no way I know of to add a file upload dialog to the list type field. You might be able to work around it by adding a new file upload dialog for every list row that is added, using conditional logic. I don't think that can happen automatically, so you might need to ask "how many rows will you be entering" then show that many file upload dialogs.

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink