Hi awesome support,
I would like some help with your form.php processus please. I need to return data to my page after the form.php was executed. When I send data to form.php I can use my data on php, save them on a database, it's ok... But when I try to return some javascript code, nothing append and the form loader keep loading.
On the form.php at the end you add echo '{ "alert": "success", "message": "test message success" }'; , this code working and the success message was returned.
But if I try to return echo " console.log('test Js console log'); "; or display a new section, that not work ?
Jquery selector is it available ? How can use it to return some JS action to my webpage ?
