7 years ago
3
Topic

Hi

I saw that once we put a email validation plugin on a email field the form is no longer submitted. there is no record in the database and no email is sent.

It worked before (but when ??) but I saw it no longer works on recent joomla/seblod releases

thanks

cyril

Get a Book for SEBLOD
4229 Posts
Kadministrator
7 years ago
2
Level 1

Validaton plugins are client side, they can't affect email sending on server

7 years ago
1
Level 2

Hi Klas

I really love such answers that just miss the point.

Did you test what I said ? Whichever side the plugin is if there is a problem, test it before claim there is no problem :)

We all know validation plugins are Js based so client side. If we encounter issues it may mean there is JS conflicts that breaks the whole process. If I write putting a validation plugin prevents from storing and sending the email, it means there is something that breaks the process.

4229 Posts
Kadministrator
7 years ago
0
Level 3

Even that it is technically impossible I tested and result is - it works fine. 

You probably have some javascript conflicting with validation plugins on page that might brake things like send button that relies on javascript, but it cannot possibly break email sending as it is done server side.

Get a VIP membership