l'else ha le parentesi tonde e invece devono essere graffe

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


è sbagliato


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

è giusto



r@p