no file & hidden field empty – when intercepting the data via functions file
-
I’m using
forminator_custom_form_submit_before_set_fields
most of the data arrives.
But not file fields.
I also tried to create a hidden field, and i use jQuery to fill the value with the image file after user selects a file. which does show up as base64 in the html inspection.
When I inspect the header of the http request after submission, I see that the image field doesn’t contain data, it contains (binary) as the value.
the hidden field via http header doesn’t contain anything.
I want control of the image after submission, to save it in a folder, and rename it as (user id)-coachThe page I need help with: [log in to see the link]
- The topic ‘no file & hidden field empty – when intercepting the data via functions file’ is closed to new replies.