Formulare versenden
Zeile 1: | Zeile 1: | ||
− | + | =Plugin Formulare Versenden= | |
− | + | <div class="breadcrump">Sie sind hier: [[Hauptseite]] / [[Handbuch]] / [[Administration von Papoo]] / [[Plugins]] / [[Formulare versenden]]</div> | |
− | + | ==Beipsiel Formular== | |
− | + | <form id="formk" | |
− | + | action="plugin.php?menuid=1&template=../../plugins/form_manager/templates/form_manager_send.html&form_manager_id=1" | |
− | + | method="post"> | |
− | + | <fieldset> | |
− | + | <legend>Contact to www.test.papoo.de</legend> | |
− | + | <div class="innerform"> | |
− | + | <label for="nachname">Name</label><br /> | |
− | + | <input type="text" class="inpt" id="nachname" name="nachname" size="20" tabindex="2" value="" title="Please enter your name " /> | |
− | + | <br /> | |
− | + | <label for="email">Your <span lang="en">E-Mail</span>:</label><br /> | |
− | + | <input type="text" class="inpt" id="email" name="email" size="20" tabindex="3" value="" title="Please enter your email address " /><br /> | |
− | + | <label for="text"> Your message: </label><br /> | |
− | + | <textarea class="txt" id="text" name="mitteilung" rows="15" cols="30" tabindex="4" title="Please enter your message "></textarea><br /> | |
− | + | <input type="submit" class="senden" value="Send" name="kontakt_senden" tabindex="5" accesskey="9" /> | |
− | + | </div> | |
+ | </fieldset> | ||
+ | </form> |
Version vom 15:28, 3. Feb 2007
Plugin Formulare Versenden
Beipsiel Formular
<form id="formk" action="plugin.php?menuid=1&template=../../plugins/form_manager/templates/form_manager_send.html&form_manager_id=1" method="post"> <fieldset> <legend>Contact to www.test.papoo.de</legend>
<label for="nachname">Name</label>
<input type="text" class="inpt" id="nachname" name="nachname" size="20" tabindex="2" value="" title="Please enter your name " />
<label for="email">Your E-Mail:</label>
<input type="text" class="inpt" id="email" name="email" size="20" tabindex="3" value="" title="Please enter your email address " />
<label for="text"> Your message: </label>
<textarea class="txt" id="text" name="mitteilung" rows="15" cols="30" tabindex="4" title="Please enter your message "></textarea>
<input type="submit" class="senden" value="Send" name="kontakt_senden" tabindex="5" accesskey="9" />
</fieldset> </form>