New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Stable Readme (latest release): Dutch

1 2 3 10
Prio Original string Translation
Save all contact form 7 form submitted data to the database, View, Ordering, Change field labels and Import/Export data using CSV.
Priority: high
You have to log in to add a translation. Details
Save all contact form 7 form submitted data to the database, View, Ordering, Change field labels and Import/Export data using CSV.
Comment

Short description.

You have to log in to edit this translation.

Please contact our support team at <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a> in case you face any difficulty. In case you have spotted a bug, please report at <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a> &amp; our support team will get is resolved in 24 hours. You have to log in to add a translation. Details
Please contact our support team at <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a> in case you face any difficulty. In case you have spotted a bug, please report at <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a> &amp; our support team will get is resolved in 24 hours.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

For support, email us at: <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a> You have to log in to add a translation. Details
For support, email us at: <a href="mailto:&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;">&#x77;&#x70;&#x2e;&#x73;&#117;&#112;&#112;&#111;&#114;&#116;&#064;&#118;&#115;&#111;&#117;rz&#x2e;&#x63;&#x6f;&#x6d;</a>
Comment

Found in description paragraph.

You have to log in to edit this translation.

<strong>For Multiple Forms</strong> 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; } You have to log in to add a translation. Details
<strong>For Multiple Forms</strong> 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; }
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Please follow below steps for restricting the plugin to store data – Goto -&gt; 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; } You have to log in to add a translation. Details
Please follow below steps for restricting the plugin to store data – Goto -&gt; 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; }
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Please follow below steps: – Goto -&gt; 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. <strong>For Multisite</strong> - 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. You have to log in to add a translation. Details
Please follow below steps: – Goto -&gt; 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. <strong>For Multisite</strong> - 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.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

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. You have to log in to add a translation. Details
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.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes, you can use short codes for displaying contact form data to users. For more detail please visit “Shortcode” plugin's description page. You have to log in to add a translation. Details
Yes, you can use short codes for displaying contact form data to users. For more detail please visit “Shortcode” plugin's description page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Yes, you can restrict the plugin from storing user's IP address. You have to log in to add a translation. Details
Yes, you can restrict the plugin from storing user's IP address.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

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. You have to log in to add a translation. Details
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.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

No, you can only change field’s label name from “display settings” screen. You have to log in to add a translation. Details
No, you can only change field’s label name from “display settings” screen.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Go to "Field Setting Tab" under "Import CSV" screen, define/add column names as per your sheet, save those values and click "Import CSV". You have to log in to add a translation. Details
Go to "Field Setting Tab" under "Import CSV" screen, define/add column names as per your sheet, save those values and click "Import CSV".
Comment

Found in faq paragraph.

You have to log in to edit this translation.

No, this plugin work only when Contact Form 7 is installed &amp; activated. You have to log in to add a translation. Details
No, this plugin work only when Contact Form 7 is installed &amp; activated.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What needs to be done if advanced CF7 DB is not working? You have to log in to add a translation. Details
What needs to be done if advanced CF7 DB is not working?
Comment

Found in faq header.

You have to log in to edit this translation.

Are you facing difficulty in viewing data in CSV? You have to log in to add a translation. Details
Are you facing difficulty in viewing data in CSV?
Comment

Found in faq header.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 10

Export as