Hello,
I have a problem in my forms submission,
When i submit a form, the article is
saved as expected, but i can't see the message "Saves successfully".
Also, if there is a problem, like at a
form for contact with a field "e-mail", if there is an smtp error, i
can't see the appropriate messages.
I'm using Joomla 3, Seblod 3, and
Artisteer template.
I read, that this is maybe a jquery
conflict, between template and seblod. In some articles i read that if we have
joomla 3, the seblod does not load it's jquery library.
I found in my artisteer template index.php, the
following code:
<script>if ('undefined' != typeof jQuery)
document._artxJQueryBackup = jQuery;</script>
<script src="/<?php echo $templateUrl;
?>/jquery.js"></script>
<script>jQuery.noConflict();</script>
<script src="/<?php echo $templateUrl;
?>/script.js"></script>
<script>if (document._artxJQueryBackup) jQuery =
document._artxJQueryBackup;</script>
If i put this code in comments, then i take the
appropriate messages from seblod form submission.
Is it write to put this code in comments?
Can you help me please?
Is there another way to make the form give me the
messages when i submit it?