How do I make a form for contacting a company | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Jun 2019, 5:28 PM
Timmy junior Okirika
Timmy junior Okirika - avatar
1 Answer
+ 2
Use <form> HTML tag, with the help of <input> tag. You can search some help of those two at W3Schools
29th Jun 2019, 6:54 PM
Alexander Santos
Alexander Santos - avatar