Hi @alipgenzi,
I hope you are doing good today, and thank you for reaching out to us.
I checked the mentioned website and found a Forminaotr form loading fine at the footer. Please check the following screenshot: https://ibb.co/5ckfKTV
Can you please clear the browser cache and check if you can still replicate the issue?
Kind Regards,
Nebu John
It’s still not showing on about us
And on careers > every job vacancy.
Hi @alipgenzi
I hope you are doing well.
I am afraid that I can’t replicate it on both pages:
https://monosnap.com/file/OXbOntDvWjtR8ald24jNDabz8ysyK0
https://monosnap.com/file/Uai4bIan745pAdOqodvji0SX2DQAEv
But if the problem persists on your end can you try this script?
<?php
function wpmudev_forminator_ajax_load_without_nonce() {
$_POST[ 'nonce' ] = wp_create_nonce( 'forminator_load_module' );
}
add_action( 'wp_ajax_forminator_load_form', 'wpmudev_forminator_ajax_load_without_nonce' );
add_action( 'wp_ajax_nopriv_forminator_load_form', 'wpmudev_forminator_ajax_load_without_nonce' );
You can add it as a mu-plugin following this guide
https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins
Best Regards
Patrick Freitas
It’s not on the footer the one that i means.
in about us and on every careers recruitment there’s a form should be shown but theres nothing there on the page.
this is on elementor :
https://ibb.co/WkrWrWk
this is what appears on the site :
https://ibb.co/K6pTrDg
Hi @alipgenzi
I just visited your site and the only “Schedule a call” section I could find is on “Contact us” page. The form shows up fine there for me currently.
Earlier you mentioned that when you remove it and add it shows up again for some times, right?
If so, that would suggest some caching issues. Are you using any caching plugins and/or is there any server-level cache active? If so, what plugin/cache is it?
Is there any additional asset optimization plugin/tool enabled too?
Can you also confirm if the form is already set to be loaded via Ajax? You can check that option in form’s “behavior” settings – the toggle switch for “Load form using AJAX” there should be enabled and it may also be good to enable the “Prevent page caching on form pages” option below it.
Let me know about all of the above, please.
Kind regards,
Adam
it’s fixed, i need to create a new form and delete the old ones.
i dont know why.
but the submission on the form is deleted also so yeah.
its okay.
Thanks for replying
Hi @alipgenzi,
I am glad to know the issue is now resolved.
Wouldn’t you mind please finding some time to review and rate our plugin? If you have a moment, I would appreciate it if you could rate our plugin quickly. This will help us keep the plugin available for free.
https://wordpress.org/support/plugin/forminator/reviews/
Best Regards,
Nebu John