Fixing communication between JS and PHP

Hi, I need to fix the communication between the JS located in this page and the PHP form script. When the form is submitted I want the page to automatically update which is already present in the script, thanking the user for the submission. Since the PHP script was changed that communication is broken and I hope to get it communicating once again.

The html form tag needs a id property.

<form action="submit.php" method="post" id="contact_form">

working :slight_smile: