• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Kontaktformular geht nicht

kbidrecords

Neues Mitglied
Hallo Zusammen,

bin das erste mal hier und möchte mich in Zukunft hier auch öfters beteiligen:

Aus mir unbekannten Gründen funktioniert mein Kontaktformular nicht. Wenn man auf den Absendebutton klickt,
passiert nichts. Was kann ich tun ?

Anbei der Quellcode:

<div>
<form enctype="multipart/form-data" action="http://www.weebly.com/weebly/apps/formSubmit.php" method="POST" id="form-873632214313119510">
<div id="873632214313119510-form-parent" class="wsite-form-container" style="margin-top:10px;">
<ul class="formlist" id="873632214313119510-form-list">
<h2 class="wsite-content-title" style="text-align:left;">Gerne k&ouml;nnen Sie uns kontaktieren:</h2>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-376030518137104138">Vorname <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-376030518137104138" class="wsite-form-input wsite-input wsite-input-width-200px" type="text" name="_u376030518137104138" />
</div>
<div id="instructions-376030518137104138" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-583459460282851247">Nachname <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-583459460282851247" class="wsite-form-input wsite-input wsite-input-width-200px" type="text" name="_u583459460282851247" />
</div>
<div id="instructions-583459460282851247" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-181724412265499145">Telefonnummer <span class="form-not-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-181724412265499145" class="wsite-form-input wsite-input wsite-input-width-285px" type="text" name="_u181724412265499145" />
</div>
<div id="instructions-181724412265499145" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-683859124715153643">E-Mail-Adresse <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-683859124715153643" class="wsite-form-input wsite-input wsite-input-width-285px" type="text" name="_u683859124715153643" />
</div>
<div id="instructions-683859124715153643" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-932117902141389355">Kommentar <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<textarea id="input-932117902141389355" class="wsite-form-input wsite-input wsite-input-width-370px" name="_u932117902141389355" style="height: 200px"></textarea>
</div>
<div id="instructions-932117902141389355" class="wsite-form-instructions" style="display:none;"></div>
</div></div>
</ul>
</div>
<div style="display:none; visibility:hidden;">
<input type="text" name="wsite_subject" />
</div>
<div style="text-align:left; margin-top:10px; margin-bottom:10px;">
<input type="hidden" name="form_version" value="2" />
<input type="hidden" name="wsite_approved" id="wsite-approved" value="approved" />
<input type="hidden" name="ucfid" value="873632214313119510" />
<input type='submit' style='position:absolute;top:0;left:-9999px;width:1px;height:1px' /><a class='wsite-button' onclick="document.getElementById('form-873632214313119510').submit()"><span class='wsite-button-inner'>Absenden</span></a>
</div>
</form>

Vielen Dank für eure Hilfestellung im voraus.

freundliche Grüße Dominik
 
möchte mich in Zukunft hier auch öfters beteiligen
Dann solltest du ganz schnell lernen, wie man Quellcode postet, damit dieser lesbar ist. Dafür gibt's nämlich die BB-Codes.

Weiterhin stellt sich mir die Frage, womit dieser Quellcode zusammengeschraubt wurde, die Namen und ID's sind ja fürchterlich. Und wozu ein onclick?
 
<div>
<form enctype="multipart/form-data" action="http://www.weebly.com/weebly/apps/formSubmit.php" method="POST" id="form-873632214313119510">
<div id="873632214313119510-form-parent" class="wsite-form-container" style="margin-top:10px;">
<ul class="formlist" id="873632214313119510-form-list">
<h2 class="wsite-content-title" style="text-align:left;">Gerne k&ouml;nnen Sie uns kontaktieren:</h2>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-376030518137104138">Vorname <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-376030518137104138" class="wsite-form-input wsite-input wsite-input-width-200px" type="text" name="_u376030518137104138" />
</div>
<div id="instructions-376030518137104138" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-583459460282851247">Nachname <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-583459460282851247" class="wsite-form-input wsite-input wsite-input-width-200px" type="text" name="_u583459460282851247" />
</div>
<div id="instructions-583459460282851247" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-181724412265499145">Telefonnummer <span class="form-not-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-181724412265499145" class="wsite-form-input wsite-input wsite-input-width-285px" type="text" name="_u181724412265499145" />
</div>
<div id="instructions-181724412265499145" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-683859124715153643">E-Mail-Adresse <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<input id="input-683859124715153643" class="wsite-form-input wsite-input wsite-input-width-285px" type="text" name="_u683859124715153643" />
</div>
<div id="instructions-683859124715153643" class="wsite-form-instructions" style="display:none;"></div>
</div></div>

<div><div class="wsite-form-field" style="margin:5px 0px 5px 0px;">
<label class="wsite-form-label" for="input-932117902141389355">Kommentar <span class="form-required">*</span></label>
<div class="wsite-form-input-container">
<textarea id="input-932117902141389355" class="wsite-form-input wsite-input wsite-input-width-370px" name="_u932117902141389355" style="height: 200px"></textarea>
</div>
<div id="instructions-932117902141389355" class="wsite-form-instructions" style="display:none;"></div>
</div></div>
</ul>
</div>
<div style="display:none; visibility:hidden;">
<input type="text" name="wsite_subject" />
</div>
<div style="text-align:left; margin-top:10px; margin-bottom:10px;">
<input type="hidden" name="form_version" value="2" />
<input type="hidden" name="wsite_approved" id="wsite-approved" value="approved" />
<input type="hidden" name="ucfid" value="873632214313119510" />
<input type='submit' style='position:absolute;top:0;left:-9999px;width:1px;height:1px' /><a class='wsite-button' onclick="document.getElementById('form-873632214313119510').submit()"><span class='wsite-button-inner'>Absenden</span></a>
</div>
</form>
 
ist das nun Lesbar? Habe im Editor rechts oben auf das Symbol mit dem Schraubenschlüssel geklickt (dort stand, in den BB-Code Editor wechseln).

Der verkorkste Code stammt von weebly. Habe die Webseite exportiert und auf meinem Server hochgeladen, da die Weebly Server aus den USA total langsam sind.

Ist es machbar den Code zu verwenden oder sollte ich lieber gleich einen neuen erstellen für ein Kontaktformular?

Danke für eine sachliche Antwort, im voraus.
 
1. Ein Kontaktformular lässt sich auch wesentlich einfacher erstellen. 2. Du fügst Code zum Text hinzu in dem du auf den Einfügen- Button links neben dem Speichersymbol klickst und Code auswählst, dann öffnet sich ein Popup in welches du den Code eingeben kannst. 3. In deinem Code kann Ich kein PHP entdecken, entweder bin Ich blind oder du müsstest ihn bitte posten.
 
Anwort auf: "Input außerhalb des sichtbaren Bereichs verschoben und Submit per JS. Wo steht das AJAX?"

Ich denke ich nehme dann den Rat von dir "bdt600" an und baue das Kontaktformular neu auf.

Vielen Dank für euer schnelle Hilfestellung.
 
Anwort auf: "Input außerhalb des sichtbaren Bereichs verschoben und Submit per JS. Wo steht das AJAX?"

Ich denke ich nehme dann den Rat von dir "bdt600" an und baue das Kontaktformular neu auf.

Vielen Dank für euer schnelle Hilfestellung.
Wenn du willst, hinterlasse ich dir gerne seine Telefonnummer, er leistet hervorragenden Telefonsupport. Habe Ihn vor ein paar Tagen um 2:00 Uhr Nachts angerufen und er hatte dierekt eine Antwort für meine Frage parat. Top Service! Kann ich nur weiter empfehlen.

Wenn er mal nicht dran gehen sollte, einfach warten bis die Mailbox kommt. Diese listet in der Ansage die nötigen Schritte zum debuggen auf.
 
Zuletzt bearbeitet:
Zurück
Oben