I have a form which, on submission, redirects the user to another page. The form has a query string which I pass, through the option under the Confirmations tab, so I can display the information on the next page, like so:
This works perfectly, as long as the page title has no punctuation. However, If the page title has an apostrophe, as it sometimes will, it doesn’t pass anything beyond the apostrophe.
How do I escape that in the data which is passed to the next page? I tried writing it as {page_title:18:url} but that made no difference.
When the actual page title was Can’t Stop Won’t Stop (This is all dummy test data running locally at this point, but the issue is also present in production).
The button_link and source_type data will never contain punctuation, but the page_title will from time to time.