Le parentesi dopo l'else sono tonde anzichè graffe

else (
echo "I'm sorry, there's a problem with your form. Please try again.";
)

else {
echo "I'm sorry, there's a problem with your form. Please try again.";
}