We have done this with frontity in 2 different ways:
You can use contact form 7 package, and make a form. Then CF7 plugin will take care of the emailing.
You can create a contact form in wordpress using CF7 and not embed it on the view, but make your own form and as part of the action, call the CF7 api to submit your data.
The second approach allows you more control but will also require more work.
Hope this helps.
not sure if it has something to do with the package itself or if i need to set something up
the wpcf7_uploads folder is created but emails dont have any files attached
Saw that you wanted file uploads. So I added file upload support to the Frontity cf7 package. So now you can use this package and just make a normal form in cf7 with a file upload field.
Hey Kasper, thank you so much for your work on this. I was trying to retrofit this code for a similar utility on Gravity Forms. Just getting started, but do you have any tips?
Hey Kasper, thank you! Yes, I’ve been using it! For one of my projects I need to be able to upload a file, so I’m trying to recreate what you have here for Gravity. Any tips?
Sorry, just starting back to make some headway on this again today. I’ve tried submitting Files with the package as is, and receive an 400 error. Just wanted to make sure I’m not missing something.
That probably took me way too long, but I put together a solution for file uploads for GF!