Kontaktformular Source?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Kontaktformular Source?

Post by Jens* »

Hi,

is it possibele to create code like this:

Code: Select all

<fieldset id="person"><legend>Ansprechpartner</legend>
         <p><label for="autor">Name:</label>
        <input name='send[autor]' type='text' id="autor" size='20' value="" /></p>
        <p><label for="betreff">Betreff:</label>
        <input name='send[betreff]' type='text' id="betreff" size='20' value="" /></p>
        <p><label for="mail">E-Mail Adresse:</label>

        <input name='send[mail]' type='text' id="mail" size='20' value="" /></p>
</fieldset>
<fieldset id="anfrage"><legend>Text</legend>
        <p><label for="nachricht">Ihre Nachricht:</label><br />
        <textarea name='send[nachricht]' id="nachricht" rows='10' cols='30'></textarea></p>
</fieldset>
<fieldset id="absenden"><legend>Mail senden</legend>        
<p><input type="submit" name="senden" value="Senden" /></p>
</fieldset>
with the "Kontaktformular" Content Part?

Jens
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
Post Reply