GravityKit / GravityView

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

Fix export link widget by sanitizing link #2035

Closed doekenorg closed 2 months ago

doekenorg commented 2 months ago

This PR addresses #2034 where the export link widget would cause a fatal error when searching on multiple words.

The problem is that the space between the words is transformed into %20. And because the link is added to the printf function directly it reads that % as a placeholder.

Fixed it by adding the link via a %s placeholder as well.

rafaehlers commented 2 months ago

Fixed it! ✅ Thanks @doekenorg 👍