Dany Sahne
Neues Mitglied
Hallo,
ich habe vor, mehrere Formulare umzusetzen. Dafür brauche ich eine Überprüfung.
Ich habe folgende HTML Datei:
ich habe vor, mehrere Formulare umzusetzen. Dafür brauche ich eine Überprüfung.
Ich habe folgende HTML Datei:
HTML:
<form action="http://www.woyand.bplaced.net/formmailer_heizung.php" method="post">
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Zu welchem Bereich möchten Sie Dienstleistungen in Anspruch nehmen, bzw. sich ein Angebot einholen:</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><select style="width: 100%;" name="Auswahl_des_Dienstleistungssektors" size="1" onchange="location.href=this.options[this.selectedIndex].value">>
<option value="Heizung">Heizung</option>
<option value="http://woyand.bplaced.net/index.php/angebotsanfrage-elektro">Elektro</option>
<option value="http://woyand.bplaced.net/index.php/angebotsanfrage-sanitaer">Sanitär</option>
<option value="http://woyand.bplaced.net/index.php/angebotsanfrage-solar">Solar</option>
</select></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><strong>Angaben zur derzeitigen Situation</strong></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Welcher Brennstoff ist zur Zeit bei Ihnen vorhanden?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input type="checkbox" name="Brennstoff_aktuell" value="Gas" /> Gas</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_aktuell(1)" value="Öl" /> Öl</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_aktuell(2)" value="Pellet" /> Pellet</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_aktuell(3)" value="Holz" /> Holz</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_aktuell(4)" value="Strom" /> Strom</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> Welchen Brennstoff wünschen Sie sich?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input type="checkbox" name="Brennstoff_gewünscht" value="Gas" /> Gas</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_gewünscht(1)" value="Öl" /> Öl</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_gewünscht(2)" value="Pellet" /> Pellet</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_gewünscht(3)" value="Holz" /> Holz</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Brennstoff_gewünscht(4)" value="Strom" /> Strom</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Wie groß ist Ihr Abstellraum für die Heizung (in m²)?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="Größe des Abstellraums in m²" size="3" maxlength="3" /><br /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">In welchem Geschoss befindet sich der Abstellraum für die Heizung?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><select style="width: 100%;" name="Auswahl_des_Geschosses" size="1">
<option value=""></option>
<option value="Keller">Keller</option>
<option value="Erdgeschoss">Erdgeschoss</option>
<option value="Obergeschoss">Obergeschoss</option>
</select></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Wie groß ist Ihre beheizte Wohnfläche (in m²)?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="Wohnflaeche" size="100%" maxlength="4" /><br /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Aus welchem Jahrzehnt stammt Ihr Dämmstandart?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><select style="width: 100%;" name="Jahrzehnt_des_Dämmstandarts" size="1">
<option value=""></option>
<option value="1950">1950er</option>
<option value="1960">1960er</option>
<option value="1970">1970er</option>
<option value="1980">1980er</option>
<option value="1990">1990er</option>
<option value="2000">2000er</option>
<option value="2010">2010er</option>
</select></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Wie hoch ist Ihr aktueller Energieverbrauch pro Jahr (in kWh)?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="aktueller Energieverbrauch in kWh" size="100%" maxlength="10" /><br /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Welches Baujahr hat die aktuell vorhandene Heizung?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="Baujahr vorhandene Heizung" size="100%" maxlength="4" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Wie hoch sind Ihre Systemtemperaturen zur Zeit?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input type="checkbox" name="Systemtemperatur aktuell" value="70_55 (Heizkörper)" /> 70|55 (Heizkörper)</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Systemtemperatur aktuell (1)" value="40_25 (Fussboderheizung)" /> 40|25 (Fußbodenheizung)</span><br /><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> <input type="checkbox" name="Systemtemperatur aktuell (2)" value="50_35 (Konvektoren)" /> 50|35 (Konvektoren)</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Wie lang ist der veranschlagte Zeitraum der Sanierung?</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><select style="width: 100%;" name="Zeitraum_der_Sanierung" size="1">
<option value=""></option>
<option value="1 Monat">ein Monat</option>
<option value="2-3 Monate">2-3 Monate</option>
<option value="4-6 Monate">4-6 Monate</option>
<option value="7-12 Monate">7-12 Monate</option>
</select></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"> </span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><strong>Persönliche Daten</strong> <br /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Name</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Nachname" size="100%" maxlength="40" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Vorname</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Vorname" size="100%" maxlength="40" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Straße</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Strasse" size="100%" maxlength="80" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Hausnummer</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Hausnummer" size="100%" maxlength="6" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Postleitzahl</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="Postleitzahl" size="100%" maxlength="5" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Ort</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Ort" size="100%" maxlength="50" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Telefonnummer</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="int" name="Telefonnummer" size="100%" maxlength="20" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">Handynummer</span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="Handynummer" size="100%" maxlength="20" /></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;">E-Mail-Adresse<strong><br /></strong></span></p>
<p><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input style="width: 100%;" type="text" name="E-Mail-Adresse" size="100%" maxlength="200" /></span></p>
<p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif; font-size: small;"><input type="submit" value=" Absenden " /> <input type="reset" value=" Abbrechen" /></span></p>
</form>