Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[help] html code message direct to my email

Newbie Spellweaver
Joined
Jul 3, 2015
Messages
34
Reaction score
3
hello please help me,

how to complete this form when you message to site owner directed to his email?

Code:
<article class="col-2">              <h2>Contact Form</h2>
              <form id="contacts-form" action="#">
                <fieldset>
                  <div class="field text">
                    <label>Your Name:</label>
                    <input type="text">
                  </div>
                  <div class="field text">
                    <label>Your E-mail:</label>
                    <input type="email">
                  </div>
                  <div class="field">
                    <label>Your Message:</label>
                    <textarea></textarea>
                  </div>
                  <div class="alignright"><a href="info.html" class="link4" onClick="document.getElementById('contacts-form').reset()"><span><span>Clear</span></span></a><a href="#" class="link2"><span><span>Send</span></span></a></div>
                </fieldset>
              </form>
            </article>
 
Last edited:
Back
Top