I have a question. I am using Form 2 Mail to email me the details of an html form. I only understand the basics of CSS and the basics of PHP so I’m having some problems.
Form 2 Mail seems to require this html in order for it to send the information:
name: <input type="text" name="name">
But I’m using CSS to style the form and this is what is currently being used:
<label for="name">Name:</label> <input type="text" id="name" value="" />
Whats the best way to style the form with CSS but still have it work with Form 2 Mail
I have attached the Form 2 Mail Php