• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

Saving record in IE

Can you see a JS error in the browser console?
Do you have a link?
Which IE version?
Is only one special form not saving or all your forms?
 
strange....in IE11 version 11.0.9600.18861 it works fine, but in 11.953.24393.0 following error:

SCRIPT428: De eigenschap of methode closest wordt niet ondersteund door dit object
form.js (3,21384)
 
This "closest" IE fix is included in Fabrik3.8.1.

Check
in your file your-site\media\com_fabrik\js\form.js line 1371 should be
if (el.element && jQuery(el.element).closest('.fabrikHide').length !== 0) {

Try
in Fabrik options "Debugging" set "Burst JS" = yes
 
This option only forces the use of the recent Fabrik JS files.
So you had some old JS cached.
Dd you clear all Jooma and browser cache, do you have some compression stuff running which may use outdated JS files?
 
You might want to unset Burst JS, as having that enabled will force the browser to reload all the JS on every page load.

-- hugh
 
Back
Top