Hi @wordyad
I hope you are doing well today.
Based on the page source, the form is there but it is missing the <form tag which should start and close the form. So there is for sure some conflict with your theme, which for some reason removes that tag. Are you aware of any function on your theme that could do that? Can you review that part and let us know?
Kind Regards,
Kris
Thanks for the fast reply Kris really appreciated! We did have some strip_tags code on our default page template, I’ve now removed that and the form tags appear. however it still doesn’t render.
I’m guessing what is happening is something you’ve seen before @wpmudevsupport13 … the form renders fine now but the wrapping form tag has “display:none” set against it on a style attribute, so when the page loads it appears blank.
Hi are you able to help @wpmudevsupport13 we are desperate to get this live.
Hi @wordyad
Please navigate to the Behavior tab in your form, enable “Load form using AJAX” and see if that helps. Let us know about the results.
Kind Regards,
Kris
Hi @wpmudevsupport13 sorry no, it seems to make no difference.
Hi @wordyad,
Sorry to know that you are still experiencing an issue.
I couldn’t find any JavaScript errors in the browser console that might help diagnose this issue further.
Could you please check if there are any PHP errors related to Forminator being reported in the error log?
I hope the following guide comes in handy: https://developer.ww.wp.xz.cn/advanced-administration/debug/debug-wordpress/
If an error is found, please update us here so that we can help you further.
Best Regards,
Nebu John
Hello @wordyad
We haven’t heard from you in a while, I’ll go and mark this thread as resolved. If you have any additional questions or require further help, please let us know!
Kind Regards,
Saurabh
This turned out to be two issues. Firstly loading/not loading from Ajax altered the functionality and that was combined with our theme using a version of jquery that didn’t seem to be compatible with this plugin.
Now solved; thanks for the help!