Hi there,
I got strange issue. Captcha doesn't show error when nothing is input. Page is here (https://yaneviconsult.com/pages/bg/kontakti.php) When you pass the captcha form disappear and there is just "Back" in Bulgarian --> "Назад"
The form is the build form. ver. WB 2.12
the fields are only 3 Name, e-mail and text as email and text are obligatory.
Can the issue comes from the site template effects?
Hello, switch to DefaultTemplate. Does the form work there?
In the default template works properly. Hmmmmm what can be the problem then? Jquiry?
In your footer is a second call for jQuery. Remove it.
<script src="/templates/yc/js/jquery.min.js" type="text/javascript"></script>
If you can comment some of your scripts, to find this one who makes form problems.
I commented (https://pastebin.com/53uwWyG2) almost everything left only the "bootstrap" script but no result so far.
Maybe frontend.js from form module is not inserted. I dont see anywhere validation for it in before submit..
Isn't that raw 56 here (https://pastebin.com/53uwWyG2) ?
form has no frontend.js, therefore it isn't loaded.
One question. At the beginning of your index the page_contents are loaded in a buffer.ob_start(); //fetch MainContent
page_content(1);
$page_contentMain = ob_get_clean();
But you don't use $page_contentMain. Instead you use again page_content(1) <div class="row">
<div class="col-12">
<?php page_content(1); ?>
</div>
In this case you could comment the buffering or you use
<?php echo $page_contentMain; ?>
But this will not solve your problem.
Try a formular with english page language.
Here (https://yaneviconsult.com/pages/en/test.php) is in EN
I could install it on my website for testing if you like.
Which WB version and php version?
Send it to me via email (mail icon).
WB 2.12, PHP 7.3 Thanks very much indeed! E-mail sent!
Just one question
Why not WB 2.12.2?
I didn't thought it is important. OK full version is:
WB-Version
2.12.2 r379
Thanks for the addition (Y)
It is important in so far, because there are (unfortunately) still many users who use "old" versions. :-(
And 2.12 and 2.12.1 are "old" versions for us supporters :wink: