I'm trying to display data from a database in a wordpress page with an Elementor form.
I guess there may be better solutions but what I have tried so far :
I created a PHP page loading the data, I put them in a form and call the Wordpress page using post method.
I set the default values of the form using Dynamic Tag / Request parameter (post).
It is working fine, all my form fields are correctly populated, but quotes and double quotes are escaped by Elementor so I get things like :
La \"chaleur\" de l\'été
Is there a way to tell Elementor not to escape this ?
