We are using the Form Integration element, with field values pre-populating.
location={{dc:post:meta key=“invite_location”}}
Sometimes, this location contains a single quote. like “Jane’s House”. This single quote breaks the input. Gravity is only receiving “Jane”. (Verified by inspecting the hidden field on the page.)
I didn’t see any way in the docs to tell the dynamic content to translate the output to URL encoded, which does work. (tried with manually inputting “Jane%27s%20House” and verifying it in the page inspector) What’s the best way to do this?