Hi,
I have form with a multiple file upload field.
Before, everything was working fine but it seems it doesn’t anymore.
The field doesn’t create links correctly in the back-end when viewing the entries.
instead of displaying the different links it display a malformed link.
And the url itself doesn’t work.
The writed hyperlink is of the form
https://mydomain.fr/wp-admin/[“https:/mydomain.fr/wp-content/uploads/gravity_forms/4-9011040ee81006928f3ce5888993465e/2024/07/doc1.jpg.jpg”%20-%20"https:/mydomain.fr/wp-content/uploads/gravity_forms/4-9011040ee81006928f3ce5888993465e/2024/07/doc2.jpg"].
Manually retreiving the correct individual link to access individual files work but it is not something that could be explained to the people using and retreiving the forms.
It’s very annoying.
Is somebody else also get this problem ?
Is there a fix for it ?
Is there a specific function which retreive the files field which is responsible for forming the link, in which php files ?
Is there a filter to alter the way the links are formed ?
Any info would be useful.
Best regards.