Ich bin nicht sicher, ob ich am richtigen Ort bin, aber habe in diesem Text meine Mailadresse zwischen die Gänsefüsschen beim action=""
-Befehl eingesetzt. Leider ohne Erfolg!
<section> <h3 class="major">Form</h3> <form method="post" action="info@fluamsler.ch"> <div class="field half first"> <label for="demo-name">Name</label> <input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" /> </div> <div class="field half"> <label for="demo-email">Email</label> <input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld" /> </div> <div class="field"> <label for="demo-category">Category</label> <div class="select-wrapper"> <select name="demo-category" id="demo-category"> <option value="">-</option> <option value="1">Manufacturing</option> <option value="1">Shipping</option> <option value="1">Administration</option> <option value="1">Human Resources</option> </select> </div> </div> <div class="field half first"> <input type="radio" id="demo-priority-low" name="demo-priority" checked> <label for="demo-priority-low">Low</label> </div> <div class="field half"> <input type="radio" id="demo-priority-high" name="demo-priority"> <label for="demo-priority-high">High</label> </div> <div class="field half first"> <input type="checkbox" id="demo-copy" name="demo-copy"> <label for="demo-copy">Email me a copy</label> </div> <div class="field half"> <input type="checkbox" id="demo-human" name="demo-human" checked> <label for="demo-human">Not a robot</label> </div> <div class="field"> <label for="demo-message">Message</label> <textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea> </div> <ul class="actions"> <li><input type="submit" value="Send Message" class="special" /></li> <li><input type="reset" value="Reset" /></li> </ul> </form> </section>