6 years ago
4
Topic

Please am using seblod user registeration form. it has been working but suddenly it stopped submitting when i click the submit button. i check of there are jave script errors on my page and i got this

JCck.Core.submit = function(task) { if (task == "cancel") { JCck.Core.submitForm(task, document.getElementById("seblod_form")); } else { if (jQuery("#seblod_form").validationEngine("validate",task) === true) { if (jQuery("#seblod_form").isStillReady() === true) { jQuery("#seblod_form input[name='config[unique]']").val("seblod_form_level_1_registration"); JCck.Core.submitForm(task, document.getElementById("seblod_form")); } } } } 

Please what is the cause as i see that its not a plugin issue.

Get a VIP membership
6 years ago
0
Level 1

Please does anyone knows how to solve this. It is really affecting me. As clients a waiting to be registered. Also I av tried all I know with my very limited knowledge of JavaScript

4229 Posts
Kadministrator
6 years ago
0
Level 1

This is not an error, it is javascript function. You can see javascript errors in developer console of your browser - I suggest you search on Google to find out how to see javascript errors.

6 years ago
1
Level 1

Ok I checked and it's giving a validation error.. and said from this line so I copied the code for you guys to see and see if there is an error. This is the link to the form on my website am talking about

https://acquireeasilyinternational.org/index.php/registeration

4229 Posts
Kadministrator
6 years ago
0
Level 2

You have multiple JavaScript errors on that page all mostly connected to the missing or wrong version of jquery. Try disabling any modules that you have active on that page, e.g. mo_bt_login loads it's own version of jquery, also virtumart loads some jquery libraries. If this does not help you will need a help for an frontend developer to get you javascripts work with eachother.

Get a VIP membership