Search the Community
Showing results for tags 'w3.ccs'.
-
I like to introduce a new css framework, Beautify.css. It's like bootstrap or w3.css. I can provide tutorials for it as HTML of markdown. Then You can publish it. Please help for the raise of a new css framework. Ask any Question, And I can answer.
-
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