• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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