Hi
I have multiple forms using CF7 and want to save name and email address fields to a database and also provide a link on a page to download a CSV download of this stored info.
I know many will first say use CF7 Database extension.
I am already using this to store all of the forms data and am using it on all 26 forms which are each slightly different apart from the first part about the submitter.
As this stores ALL the fields I need to only provide one person with a couple of fields each time 1 of the 26 are filled in.
I also understand that I could create a short code and select which fields to save and place the link into a page so my person can click to download, the problem with this is I have 26 forms so would have to do 26 of these and she would have to download 26 files.
Anyway to just intercept each submission and store to open in a CSV later?
Geoff