Frequently asked questions
When the form gets submitted I get redirected?
It could be, that you get redirected, turned to a new page or the page reloads after you clicked on the submit button in the form. This has several reasons:
In your WP Config it is defined "WPCF7_LOAD_JS" is defined with FALSE. See here how...
How can I send the SKU / Product Title in my form?
If you want to send the product SKU or product title into the fields of your enquiry form you need to do the following steps:[vc_column...
I can not see the settings / options panel
You can find the everything inside your Admin Panel below WooCommerce > Catalog Mode. If not: Make sure the Redux Framework plugin is installed!
The contact form is greyed out (e.g. in Avada Theme)
Please add the following custom CSS:
.modal-open #enquiryModal.modal {
z-index: 999999999999999999;
}