Hi,
Currently, WP Armour doesn’t have built-in support for forms created with the Request a Quote plugin. However, we’ll look into adding support for it in a future release if we can identify the necessary hooks and actions to enable integration.
Thank you for your suggestion!
Hi,
Thank you for getting back on this. Until you release an update for this, is there any way to keep WP Armour enabled and ignore Contact Form 7 forms loaded with the Request a Quote plugin? Or is there any webhook to ignore specific CF7 forms?
Thanks
Hi @akshat05,
If it is contact Form 7 being used for the Quote form then it should work. But i think it is being loaded via popup, and that popup might not be loading our js files. Can you send me the url where i can check the button that opens the popup ? It will help me understand the issue in depth and send the fix as soon as i can.
Thanks
Hi,
Thank you for providing the demo link. When I accessed the page, I noticed the “Contact Form” button, but clicking it triggers an [object Object] alert and doesn’t open the form. Could you please check this issue?
Hi, seems like there was cache, I flushed cache, you can give a try now. Also I added same form at https://woocommerce-837542-5033911.cloudwaysapps.com/contact-page/ without the popup, here you can see it’s working correctly.
Thanks
I have disabled cache, you can test it at https://woocommerce-837542-5033911.cloudwaysapps.com/sample-page/ and I added same form at https://woocommerce-837542-5033911.cloudwaysapps.com/contact-page/ without the popup. The second one works but the first form throws error on submission.
Hi Akshat,
Thank you for providing the additional information and demo links.
It appears that the issue is due to our JavaScript files not being loaded in the popup. Could you please check if there is an option in the Request a Quote plugin to add the required JS files when the popup is loaded?
This might resolve the issue by ensuring that all necessary scripts are included, allowing the form to function correctly within the popup.
Hi,
No, there’s no such options in the plugin’s setting, https://ww.wp.xz.cn/plugins/get-a-quote-button-for-woocommerce/ this is the plugin which which I’m using to load the contact form 7 in a popup.
Also can you let me know which JavaScript files needs to be loaded?
Thanks
HI @akshat05,
I checked the plugin and couldn’t find any JS triggers to load our JavaScript. Typically, we need to call the function wpa_add_honeypot_field(); once the popup has loaded to add our required fields to the form.