GravityKit / GravityView

The best and easiest way to display Gravity Forms entries on your website.
https://www.gravitykit.com/products/gravityview/
245 stars 63 forks source link

View can't display Arabic filenames for File Upload field #2051

Closed bennemann closed 4 months ago

bennemann commented 4 months ago

If I add a File Upload field to a View, it won't display links where the filename is in Arabic:

image

Reproduced here: https://debug.try.gravitykit.com/view/test-file-upload/entry/23265/

bennemann commented 4 months ago

https://secure.helpscout.net/conversation/2592002958/54383/

mrcasual commented 4 months ago

Slack discussion. Solution: add_filter( 'gform_rfc_url_validation', '__return_false' );.

rafaehlers commented 4 months ago

Customer notified about the filter.