Please select another day issue
Petrit
fancy-select
working on your site and it is altering select fields so EA form can't find selected values that are hidden in your case. Solution is to turn it off for that page :)
Best regards,
NikolaHi Nikola, thank you for your fast reply. I could not find this fancySelectStyling(); in my init.js file as described here https://easy-appointments.com/?s=fancy
I am not a programmer so I am a bit at loss how to turn this off at the moment. Any suggestions?
Thanks again.
Great, thanks a lot. I have multiple clients who are using this form. So keep doing a great job.
Hi, if you don't want to wait new version here is quick fix. Open plugin folder and inside js
folder find frontend-bootstrap.js
and on line 305 replace this:
data_prev.each(function (index, elem) { var option = jQuery(elem).find('select,input').first(); options[jQuery(option).data('c')] = option.val(); });
with this:
data_prev.each(function (index, elem) { // var option = jQuery(elem).find('select,input').first(); var input_field = jQuery(elem).find('.filter'); options[jQuery(input_field).data('c')] = input_field.val(); });
after that make sure that you have hard reload of the page so new version of that JS file is presented. :)
Best regards,
Nikola
No need to change this, just update to the latest version 😉
Best regards,
Nikola
Hi Nikolai, thanks for the message. I upgraded the plugin but unfortunately it has not soved the issue. I did a hard refresh and asked other people to try it out. Still not doing the job. What now?
grts,
Petrit
Hi Petrit it will be fixed asap.
Best regards,
Nikola
You did it Nikola. Great job!
Thanks for your great support.
Kind regards,
Petrit
Please login or Register to submit your answer