New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
Download Integration of Contact form 7 to mountstride CRM plugin from <a href="https://wordpress.org/plugins/cf7-mountstride-crm-integration/">here</a> | You have to log in to add a translation. | Details | |
Original untranslated
Download Integration of Contact form 7 to mountstride CRM plugin from <a href="https://wordpress.org/plugins/cf7-mountstride-crm-integration/">here</a>
You have to log in to edit this translation. Meta |
|||
Start collaborating as a team, as you always wanted to. - <a href="https://www.mountstride.com/contact/">Contact Us</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Start collaborating as a team, as you always wanted to. - <a href="https://www.mountstride.com/contact/">Contact Us</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Free for up to 5 users, no fixed contracts, no credit card required. | You have to log in to add a translation. | Details | |
Original untranslated
Free for up to 5 users, no fixed contracts, no credit card required.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
We empower Salespeople by focusing on providing Simple tools to effectively capture, nurture and convert their leads. With less time spent on trying to stay organised your Sales Teams can focus on winning more deals. | You have to log in to add a translation. | Details | |
Original untranslated
We empower Salespeople by focusing on providing Simple tools to effectively capture, nurture and convert their leads. With less time spent on trying to stay organised your Sales Teams can focus on winning more deals.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
mountstride is a simple, efficient & easy to use solution for managing, prioritising and organising your leads. | You have to log in to add a translation. | Details | |
Original untranslated
mountstride is a simple, efficient & easy to use solution for managing, prioritising and organising your leads.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Try mountstride! | You have to log in to add a translation. | Details | |
Original untranslated
Try mountstride!
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Looking for CRM that Collaborates, Saves Time & Makes Work Easier for You. | You have to log in to add a translation. | Details | |
Original untranslated
Looking for CRM that Collaborates, Saves Time & Makes Work Easier for You.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>mountstride CRM</strong>↵ Do you want to effectively manage your end to end customer engagement and want to automate your business workflow? | You have to log in to add a translation. | Details | |
Original untranslated
<strong>mountstride CRM</strong>↵
Do you want to effectively manage your end to end customer engagement and want to automate your business workflow?
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Please contact our support team at <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a> in case you face any difficulty. In case you have spotted a bug, please report at <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a> & our support team will get is resolved in 24 hours. | You have to log in to add a translation. | Details | |
Original untranslated
Please contact our support team at <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a> in case you face any difficulty. In case you have spotted a bug, please report at <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a> & our support team will get is resolved in 24 hours.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
For support, email us at: <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a> | You have to log in to add a translation. | Details | |
Original untranslated
For support, email us at: <a href="mailto:wp.support@vsourz.com">wp.support@vsourz.com</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<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 | |
Original untranslated
<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;↵
}
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
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;↵ } | You have to log in to add a translation. | Details | |
Original untranslated
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;↵
}
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
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.↵ <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 | |
Original untranslated
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.↵
<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.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
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 | |
Original untranslated
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.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
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 | |
Original untranslated
Yes, you can use short codes for displaying contact form data to users. For more detail please visit “Shortcode” plugin's description page.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in description paragraph.