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.

Export entry as csv on submission.

  1. I would like my form to export the entry just submitted as a csv and attach it to the notification e-mail. I need to be able to choose which fields are exported as well. Anyone know how to do this?

    Posted 11 years ago on Wednesday June 13, 2012 | Permalink
  2. Bump.

    Posted 11 years ago on Wednesday September 12, 2012 | Permalink
  3. This is not a feature of Gravity Forms. You would have to write a custom function to grab all the values from the form submission, and then create a file and attach that file to the email notification. You can add attachments to the notification by using the gform_user_notification_attachments filter.

    http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments

    The function to create a csv of the most recent entry would have to be created.

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