I think (guessing) there is something blocking/preventing $_POST reading the name fields. All I’m doing is trying to rule things out. I tried
if($_SERVER['REQUEST_METHOD'] == "POST")
{
echo "yes";
}
and it printed yes, but
printr($_POST);
gives me array()
Could this be a config issue perhaps?