Hi @therealshadowhunter
I hope you are doing well,
We do have plans for the pagination on Quiz, and I can see this is a regular request so I hope we can start to work soon on this feature.
I’m adding this ticket as one more request to the plugin team.
About the W3 Total cache, it can happen if a cache plugin moves jQuery to the footer making it load before of the form.
Is it possible to send the form URL and we can take a look?
You can also check our performance plugin as an alternative: https://ww.wp.xz.cn/plugins/hummingbird-performance/
Best Regards
Patrick Freitas
Hello Patrick,
All well at this side, hope the same goes for you and your team.
Thank you for your prompt feedback. Glad to hear it is on the road map 🙂
Yes, by all means, feel free to have a look:
https://pubcorns.be/test/
I have disabled W3 Total Cache just to be sure.
I configured the script like this:
private $number_questions_per_page = 1;// Enter number questions per page, default is 5.
private $button_prev = 'Prev';// Change the label for Prev button.
private $button_next = 'Next';// Change the label for Next button.
private $include_form_ids = [1439];
private $exclude_form_ids = [];//enter list exclude form ids, e.g: [234,456]
private $current_page = 1;
private $id_item = 0;
private $message = 'Please answer the questions!';
Thank you, looking forward to your feedback.
With best regards,
TRS
Hi @therealshadowhunter,
Thanks for sharing further information, I was doing some tests on my end and I was actually able to replicate the issue you are having.
The code disables Next button when an answer is selected so it can be saved, and it should re-enable back once that’s done but that part doesn’t seem to work properly 🙁
It seems that the code will need some revising so I’ve passed it over to our devs to have a look.
Please note that this goes more into the custom development section so we can’t give an ETA at the moment.
Cheers,
Predrag
Hi @therealshadowhunter,
It seems that the issue was with the type of the Quiz, can you give this a go now and let us know if that does the trick 🙂
https://gist.github.com/wpmudev-sls/e13e7554cb739ab9d4ef102f8fca9947
Cheers,
Predrag
Hello Predrag,
Thank you so much for your prompt feedback.
Fantastic, the updated script indeed cured the problem, works perfect now 🙂
I have never seen such a fast action from a developper.
On a side note, I have to say that the saving of each answer does make the quiz a bit slow (displaying the correct answer after selecting an answer), but it is an approach that has its benefits as well. Guess I have to optimize my site a bit better 😉
Again, thank you so much. That will be 5-stars for Forminator 🙂
Take care,
TheRealShadowHunter