WebsiteBaker Support (2.12.x) > General Help & Support

Captcha does not show error

<< < (2/3) > >>

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

rumen:
Isn't that raw 56 here ?

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.
--- Code: ---ob_start();  //fetch MainContent
page_content(1);
$page_contentMain = ob_get_clean();
--- End code ---

But you don't use $page_contentMain. Instead you use again page_content(1)
--- Code: ---             <div class="row">
                  <div class="col-12">
                    <?php page_content(1); ?>
                  </div>
--- End code ---
In this case you could comment the buffering or you use

--- Code: ---                    <?php echo $page_contentMain; ?>
--- End code ---
But this will not solve your problem.

Try a formular with english page language.

rumen:
Here is in EN

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


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version