I am trying to use the example contact form in the w3-ccs examples. The submit form processes but there is no data sent with the form. Can some one set me on the right path on how to get the data into php processing page?
php process code:
<?php
$EmailFrom = "email@greengardensdesign.com";
$EmailTo = "email@greengardensdesign.com";
$Subject = "Possible New Job";
$Name = Trim(stripslashes($_POST['Name']));
$Address = Trim(stripslashes($_POST['Address']));
$City = Trim(stripslashes($_POST['City']));
$Email = Trim(stripslashes($_POST['Email']));
$Phone = Trim(s