Captcha does not show error

hgs

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:
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

rumen

I didn't thought it is important. OK full version is:


    WB-Version
    2.12.2 r379
     


hgs

Just one question
Why not WB 2.12.2?
LG Harald

"Fange nie an, aufzuhören - höre nie auf, anzufangen." Marcus Tullius Cicero (106-43 v.Chr.)

rumen

WB 2.12, PHP 7.3 Thanks very much indeed! E-mail sent!

dbs

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).


[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

rumen


dbs

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.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

rumen


crnogorac081

Maybe frontend.js from form module is not inserted. I dont see anywhere validation for it in before submit..
Web developer

rumen

I commented almost everything left only the "bootstrap" script but no result so far. 

dbs

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.
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

rumen

In the default template works properly. Hmmmmm what can be the problem then? Jquiry?

dbs

Hello, switch to DefaultTemplate. Does the form work there?
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

rumen

Hi there,
I got strange issue. Captcha doesn't show error when nothing is input. Page is here   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?