I don’t want gravity forms to save the images on my server it should just send the image in email only and save entries only but not uploaded files.
How to achieve this
I don’t want gravity forms to save the images on my server it should just send the image in email only and save entries only but not uploaded files.
How to achieve this
You could use the gform_after_submission hook with either the GFAPI to update the entry to delete the upload field value after the notification has been sent.