Plugin / Advanced Contact form 7 DB

Vsourz Digital

Frequently Asked Questions (FAQ)

No, this plugin work only when Contact Form 7 is installed & activated.
Go to “Field Setting Tab” under “Import CSV” screen, define/add column names as per your sheet, save those values and click “Import CSV”.
No, you can only change field’s label name from “display settings” screen.
Please note while exporting data in CSV format, the sheet must be opened with delimiter an it – (,)comma separated otherwise you may face difficulty in viewing the data sheet.
Please contact our support team at [email protected] in case you face any difficulty. In case you have spotted a bug, please report at [email protected] & our support team will get is resolved in 24 hours.
Yes, you can restrict the plugin from storing user’s IP address.
Yes, you can use short codes for displaying contact form data to users. For more detail please visit “Shortcode” plugin’s description page.
Restriction is simple, just place “do_shortcode( ‘[cf7-db-display-ip]’ );” in the theme folders functions.php file By placing the code, IP address of the user’s will not been stored. Please follow below steps: – Goto -> wp-content/themes/{active theme folder}/functions.php – Open the functions.php file and place the code do_shortcode( ‘[cf7-db-display-ip]’ ); at the end of the file.For Multisite – do_shortcode( ‘[cf7-db-display-ip site_id=”(your-site-id)”]’ ); – You need to add different shortcode for each site with specific siteId. If you need to restrict for all the sites then just place the shortcode without the parameter.
Please follow below steps for restricting the plugin to store data – Goto -> wp-content/themes/{active theme folder}/functions.php – Open the functions.php file and place below code at the end of the file. add_filter(‘vsz_cf7_unwanted_form_data_submission’,’vsz_restrict_form_data_submission’); function vsz_restrict_form_data_submission($contact_form_ids){ $contact_form_ids[] = {your-contact-form-id}; return $contact_form_ids; } For Multiple Forms add_filter(‘vsz_cf7_unwanted_form_data_submission’,’vsz_restrict_form_data_submission’); function vsz_restrict_form_data_submission($contact_form_ids){ $contact_form_ids[] = [‘{your-contact-form-id}’,'{your-contact-form-id}’]; return $contact_form_ids; }

Ratings

4.9
20 reviews

Rating breakdown

Details Information

Version

1.7.2

First Released

12 Jul, 2017

Total Downloads

218,230

Wordpress Version

4.0 or higher

Tested up to:

5.2.4

Require PHP Version:

-

Tags

Contributors

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.