carlosopp
Forum Replies Created
-
Hi @bartj,
Thanks, it worked!
Sorry about the late reply. Is it possible to retrieve the multipart/form-data value for the upload file we submitted on the form?
Thanks for the quick reply. I’ll try your solution, but what I’m trying to accomplish is to upload the same submitted file to an app using an API. The API requires we passed the file inside the body in a multipart/form-data format.
Here is the info you requested: https://pastebin.com/Va7YLBzX
Thanks for the reply. I prefer using the “forminator_form_after_handle_submit” action, but when I tried to get the file using the $_POST global, Forminator returns an empty value. Do you know what’s happening?
I installed the library and I’m getting an error when I tried to initialize (I can’t use the word “use” inside a function in my functions.php). How can I do it?
Thanks
CarlosThanks for the quick reply. I’m already using the International validation.
I’m using the “forminator_custom_form_after_handle_submit” action to get the submitted fields and call an API to integrate data into an HR application. For phone numbers, the API expects the “CA +1 9999999999”, but Forminator returns “+1 9999999999”.
Do you think someone from your team can help me?