How to pass post title (which could include &) to Gravity Form
You already said you tried urlencode(), but what did you try that with? If you’ve only tried urlencode() with values from the_title() or the_title_attibute() so far, try it with get_the_title() directly. I’m able to get different results by trying this out if I try with a little test shortcode: Using the_title(): function wpse_123927_cb() { return … Read more