3 Posts
kloeten
9 years ago
Topic

Hello,

I created and published a contact-form using seblod.

In the backend the form works fine but in the frontend nothing happens after pressing the submit-button.

There a lot of topics in this forum with similar issues. Most of them was solved by removing js-conflicts, so I removed every js but it doesn't work nevertheless.

The form works without difficulty in beez-Template

Please take a look

Thank you in advance for your help.


Get a VIP membership
9 years ago
1
Level 1

Hello Kloeten,

welcome on SEBLOD forum.


In the link you provide, there is no javascript library loaded, so nothing will be functionnal.

Just try with a good template, or simply with the default template of Joomla!, and every things will be OK.


Best regards.

Lionel

3 Posts
kloeten
9 years ago
0
Level 2

Hello,

thank you for your answer.

I removed jquery for testing and forgot to include it again.

Now it's loaded but doesn't work nevertheless. I try to understand what's wrong with my template?

Best regards

3 Posts
kloeten
9 years ago
0
Level 1

Solved!

This was wrong:

// Skripte alle entfernen
$doc = &JFactory::getDocument();
$doc->_scripts = array();

I used this snippet to remove Mootools

Get a VIP membership