6 years ago
Topic

Hi,

I got some problems with a Seblod site.

http://koenigs-adel-immobilien.de/kontakt.html

We have a few forms on this site and need to get Validation Error Messages without losing the data in the form. But there is no validation error, when its set to "Client (JS)". With php it is working.

Can anyone help me?

Greetings

Get a VIP membership
4229 Posts
Kadministrator
6 years ago
3
Level 1

You have 15 javascript errors on that page, they come from http://koenigs-adel-immobilien.de/templates/junee/js/functions.js - javascript validation needs javascript without errors to work

6 years ago
2
Level 2

Hi Klas,

thanks. Yes, the slider is broken.

But on the following page I don't get any errors and it's still not working:

http://koenigs-adel-immobilien.de/angebote/haeuser/258-entspannung-pur-zweifamilienhaus-als-reihenhaus-mit-einer-evtl-bauluecke-nur-100m-zum-wald.html

Any suggestions?

4229 Posts
Kadministrator
6 years ago
1
Level 3

This is caused by your template.css which sets form error to display_none:

.kmodul_nachnameformError, .kmodul_emailadresseformError, .kmodul_telefonformError, .kontaktmodul_kontakt0formError {
display: none; 

}

 .formError {
 display: none; 

If you don't know css yourself you need to get frontend developer to help you.

6 years ago
0
Level 4

Thanks Klas,

you helped me a lot.
I haven't build this template and site but I'm ordered to care for this site. Some code is just messy... :(

6 years ago
0
Level 1

Next question:

When you're trying to order an exposé ("Exposé anfordern") e.g. on this site

http://koenigs-adel-immobilien.de/angebote/haeuser/258-entspannung-pur-zweifamilienhaus-als-reihenhaus-mit-einer-evtl-bauluecke-nur-100m-zum-wald.html

and you fill all fields except the captcha. You were thrown 2 sites back if you click on "Send".

Is there a way to change that?

Get a VIP membership