kontakt_email.php


Quell Code


<div class="form">
      <div class="tab-content"> 
        <div id="signup">   
          <h1>Kontakt</h1>
          <form action="/" method="post">
          <div class="top-row">
            <div class="field-wrap">
<label>First Name<span class="req">*</span></label>
              <input type="text" required autocomplete="off" />
            </div>
            <div class="field-wrap">
<label>Last Name<span class="req">*</span>
              </label>
<input type="text"required autocomplete="off"/>
            </div>
          </div>
          <div class="field-wrap">
            <label>Email Address<span class="req">*</span>
            </label>
            <input type="email"required autocomplete="off"/>
          </div>   
 <div class="field-wrap">
              <label>
               Deine Nachricht<span class="req">*</span>
              </label>   
<textarea id="texte"></textarea>
            </div>
          <button type="submit" class="button button-block"/>Email Senden</button>
          </form>
        </div>
        
        </div>
      </div> 

Add Comment

* Required information
1000
Drag & drop images (max 1)
Powered by Commentics

Comments

No comments yet. Be the first!

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0