I have a form like that post (get method) to my gravity form to prepropulate it.
I have a field like this one.
<input type="hidden" value="---urlencoded text with new line, frech chars, etc.---" />
That prepopulate a paragraph text field. But when it does, the displayed text is still rendered as urlencoded. How can I make the text displayed urldecoded?
Thanks