the server validation code was originaly created to use an image input type as the trigger, you have changed the submit button from an image input type to regular submit button.
find this line of code:
if (isset($_POST["Send_x"])) {
and change it to:
if (isset($_POST["Send"])) {