Hi guys,
i am new at chronoforms but i have a little problem.
The chronoforms javascript validation doesn't work and i don't know why... I think all looks ok :/
Here a are the settings:

I debug the form, but i can't find a mistake😟
Here are the debug result:
I changed the email to [email]XXXXX@XXX.XX[/email]🙂
I hope anybody can help me!
Thank you guys!
BTW: The homepage link:
http://team.hdcontent.de/index.php/de/unternehmen/kontakt
--- EDIT ---
Sorry, the formcode:
i am new at chronoforms but i have a little problem.
The chronoforms javascript validation doesn't work and i don't know why... I think all looks ok :/
Here a are the settings:
I debug the form, but i can't find a mistake😟
Here are the debug result:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [Firma] => 123 [Funktion] => [Anrede] => Herr [Vorname] => [Name] => [Strasse] => [Postleitzahl] => [Ort] => [Fon] => [Fax] => [Mail] => [Nachricht] => [565a69206f1270156ef5bcf1fed07566] => 1 [1cf1] => 6e765f679b35e59553b920c4fd4669e4 [chronoformname] => Kontakt )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from () to XXXXX@XXX.XX
9. Debug EndI changed the email to [email]XXXXX@XXX.XX[/email]🙂
I hope anybody can help me!
Thank you guys!
BTW: The homepage link:
http://team.hdcontent.de/index.php/de/unternehmen/kontakt
--- EDIT ---
Sorry, the formcode:
<table>
<tr>
<td>Firma</td>
<td><input type="text" class="inputbox" name="Firma" id="Firma" title="Bitte Firma ausfüllen!" /> *</td>
</tr>
<tr>
<td>Funktion</td>
<td><input type="text" class="inputbox" name="Funktion" id="Funktion" title="Bitte Funktion ausfüllen!" /> *</td>
</tr>
<tr>
<td>Anrede</td>
<td>
<select class="inputbox" name="Anrede" id="Anrede">
<option id="AnredeHerr" value="Herr">Herr</option>
<option id="AnredeFrau" value="Frau">Frau</option>
</select>
</td>
</tr>
<tr>
<td>Vorname</td>
<td><input type="text" class="inputbox" name="Vorname" id="Vorname" title="Bitte Vorname ausfüllen!" /> *</td>
</tr>
<tr>
<td>Name</td>
<td><input type="text" class="inputbox" name="Name" id="Name" title="Bitte Name ausfüllen!" /> *</td>
</tr>
<tr>
<td>Straße</td>
<td><input type="text" class="inputbox" name="Strasse" id="Strasse" title="Bitte Straße ausfüllen!" /> *</td>
</tr>
<tr>
<td>Postleitzahl</td>
<td><input type="text" class="inputbox" name="Postleitzahl" id="Postleitzahl" title="Bitte Pstleitzahl ausfüllen!" /> *</td>
</tr>
<tr>
<td>Ort</td>
<td><input type="text" class="inputbox" name="Ort" id="Ort" title="Bitte Ort ausfüllen!" /> *</td>
</tr>
<tr>
<td>Fon</td>
<td><input type="text" class="inputbox" name="Fon" id="Fon" title="Bitte Fone ausfüllen!" /> *</td>
</tr>
<tr>
<td>Fax</td>
<td><input type="text" class="inputbox" name="Fax" id="Fax" /></td>
</tr>
<tr>
<td>Mail</td>
<td><input type="text" class="inputbox" name="Mail" id="Mail" title="Bitte Mail ausfüllen!" /> *</td>
</tr>
<tr>
<td>Ihre Nachricht</td>
<td><textarea class="inputbox" name="Nachricht" id="Nachricht" cols="16" rows="4"></textarea></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" id="sumit" value="Abschicken">
<input type="reset" id="reset" value="Reset">
</td>
</tr>
<tr>
<td colspan="2" align="right"><font size="-2">* Eingabe erforderlich</font></td>
</tr>
</table>
Hi AdamCheck,
None of the ChronoForms CSS or JS files are loading, not sure why that should be I think teh validation files should load if you have validation enabled.
Please set the option on the Form General Tab to Yes and see if that fixes the problem.
Bob
None of the ChronoForms CSS or JS files are loading, not sure why that should be I think teh validation files should load if you have validation enabled.
Please set the option on the Form General Tab to Yes and see if that fixes the problem.
Bob
Hi GreyHead,
thank you for your answer. I changed the option "Load Chronoforms CSS/JS Files?" forrm "off" to "on"
and now i get the same mistake:
have you annother idea?
thank you
adamcheck!
--- EDIT ---
Or can I update the MooTools? Or something else?
thank you for your answer. I changed the option "Load Chronoforms CSS/JS Files?" forrm "off" to "on"
and now i get the same mistake:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [Firma] => 123 [Funktion] => [Anrede] => Herr [Vorname] => [Name] => [Strasse] => [Postleitzahl] => [Ort] => [Fon] => [Fax] => [Mail] => [Nachricht] => [565a69206f1270156ef5bcf1fed07566] => 1 [1cf1] => 6e765f679b35e59553b920c4fd4669e4 [chronoformname] => Kontakt )
6. $_FILES Array: Array ( )
7. Form passed the plugins step (if enabled) OK
8. An email has been SENT successfully from () to XXX@XX.XX
9. Debug End
have you annother idea?
thank you
adamcheck!
--- EDIT ---
Or can I update the MooTools? Or something else?
Hi adamcheck,
Your site still isn't loading any of the necessary JS files (nor the CSS either). The only script file that loads is mootools.js I don't know why this should be - it looks like something badly wrong with the site setup.
Bob
Your site still isn't loading any of the necessary JS files (nor the CSS either). The only script file that loads is mootools.js I don't know why this should be - it looks like something badly wrong with the site setup.
Bob
Okay, can I load the scripts manually?
Or do you have another idea? chronoforms reinstall? an alternative?
Or do you have another idea? chronoforms reinstall? an alternative?
Hi adamcheck,
You can try reinstalling ChronoForms but I'm reasonably certain that it isn't a ChronoForms problem. It's possible that the files are missing but more likely that something in the site setup isn't loading the included header files correctly.
Before you re-install try switching temporarily to one of the default Joomla templates and see if that fixes the problem.
Bob
You can try reinstalling ChronoForms but I'm reasonably certain that it isn't a ChronoForms problem. It's possible that the files are missing but more likely that something in the site setup isn't loading the included header files correctly.
Before you re-install try switching temporarily to one of the default Joomla templates and see if that fixes the problem.
Bob
This topic is locked and no more replies can be posted.
