+ 1
How do I make a form for contacting a company
The form would have Name : Email : Subject : Message : Then a send message button When the user hits send I want to receive the inputs to my email how do I go about this ???? Thanks for the support in advance
1 Respuesta
+ 2
Use <form> HTML tag, with the help of <input> tag. You can search some help of those two at W3Schools