Arshid
@arshidkv12 on WordPress.org, @arshid on Slack
- Member Since: July 6th, 2015
- Website: ciphercoin.com
Contribution History
Arshid’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
Committed [2182753] to Plugins Trac:
cfdb7_remove_underscore_data2 days ago
-
Committed [2182751] to Plugins Trac:
Tag 1.2.4.72 days ago
-
Posted a reply to unwanted columns in the table, on the site WordPress.org Forums:
Please update to new version.2 days ago
-
Committed [2182747] to Plugins Trac:
1.2.4.82 days ago
-
Posted a reply to unwanted columns in the table, on the site WordPress.org Forums:
Add above code in your theme functions.php Delete all submissions and check it. This extra…2 days ago
-
Posted a reply to unwanted columns in the table, on the site WordPress.org Forums:
Add following code in functions.php and take backup and delete submissions. add_filter('cfdb7_before_save_data', 'cfdb7_filter_before_save'); function cfdb7_filter_before_save($form_data){…2 days ago
-
Posted a reply to unwanted columns in the table, on the site WordPress.org Forums:
Please check hooks.2 days ago
-
Posted a reply to Is CFDB7 compatible with the now deprecated “Contact Form DB”, on the site WordPress.org Forums:
Sorry... Not possible.5 days ago
-
Posted a reply to Is there a way to export the CSV using another symbol as a separator?, on the site WordPress.org Forums:
Please upload to Google drive and check it.7 days ago
-
Posted a reply to Is there a way to export the CSV using another symbol as a separator?, on the site WordPress.org Forums:
I checked with comma, then also working without problem.1 week ago
-
Posted a reply to Count entries, on the site WordPress.org Forums:
Sorry... It is basic function. You need advanced coding knowledge. Please feel free to PM.…1 week ago
-
Posted a reply to Count entries, on the site WordPress.org Forums:
Try as follows global $wpdb; $cfdb = apply_filters( 'cfdb7_database', $wpdb ); $table_name = $cfdb->prefix.'db7_forms'; $form_post_id…1 week ago
-
Posted a reply to Language Problems, on the site WordPress.org Forums:
Please send file to support@ciphercoin.com2 weeks ago
-
Posted a reply to Some date not stored database, on the site WordPress.org Forums:
Add required in field with *. Example [text* your-name]4 weeks ago
-
Posted a reply to Errors, on the site WordPress.org Forums:
Ok... CFDB7 is this plugin. Have you checked your csv client default delimiter option is…4 weeks ago
-
Posted a reply to Errors, on the site WordPress.org Forums:
I tested with your input. But csv export is working fine. I think, you confused…4 weeks ago
-
Posted a reply to Language Problems, on the site WordPress.org Forums:
Please send files. Then I can test it.4 weeks ago
-
Posted a reply to Function to display saved entries in PHP template, on the site WordPress.org Forums:
This plugin is saving data by using serialized php function. We need to write custom…1 month ago
-
Posted a reply to No of columns to display, on the site WordPress.org Forums:
You can display maximum 4 column because of responsive issue.1 month ago
-
Posted a reply to Escaped Quotes, on the site WordPress.org Forums:
Please note, multi step plugin is separate addon. Actually this plugin not sending any data…1 month ago
-
Posted a reply to Delete after certain time period?, on the site WordPress.org Forums:
Sorry... Now it is not possible. But I will make custom addon as soon as…1 month ago
-
Posted a reply to Export to CSV not working correctly on Repeatable Fields, on the site WordPress.org Forums:
Hi, Which plugin is using for repeatable field? Regards1 month ago
-
Committed [2154042] to Plugins Trac:
1.1.02 months ago
-
Committed [2154035] to Plugins Trac:
1.1.02 months ago
-
Posted a reply to Contact Form CFDB7: Exclude Form Fields From CFDB7 Database, on the site WordPress.org Forums:
Try as follows add_filter('cfdb7_before_save_data', 'cfdb7_filter_before_save'); function cfdb7_filter_before_save($form_data){ unset($form_data['your-field-name']); return $form_data; }2 months ago
-
Posted a reply to Save forms to user that submitted it, on the site WordPress.org Forums:
It needs custom coding.2 months ago
-
Posted a reply to BUG: checkboxes, on the site WordPress.org Forums:
I will check it soon.2 months ago
-
Posted a reply to Upload, on the site WordPress.org Forums:
I think you are using a different plugin. Because this plugin save file with a…2 months ago
-
Posted a reply to SQL Syntax Error, on the site WordPress.org Forums:
I will check it as soon as possible. https://github.com/arshidkv12/contact-form-cfdb7 You can make pull request https://github.com/arshidkv12/contact-form-cfdb73 months ago
-
Posted a reply to Fixed problem – Add variable delimiter for export to csv file – to import excel, on the site WordPress.org Forums:
Thank you... I will check it.3 months ago
-
Posted a reply to Set expiry time to remove entries from DB, on the site WordPress.org Forums:
It need custom coding. Please contact support@ciphercoin.com3 months ago
-
Posted a reply to SQL Syntax Error, on the site WordPress.org Forums:
Please note, Never edit database entries manually. Because it is using serialize and unserialize PHP…3 months ago
-
Posted a reply to How to resend emails from database, on the site WordPress.org Forums:
Sorry... It needs custom coding. Feel free to PM supprt@ciphercoin.com I can help you.3 months ago
-
Posted a reply to uninstall plugin, on the site WordPress.org Forums:
Just rename plugin name in wp-content > plugins folder.3 months ago
-
Posted a reply to Please update changelog, on the site WordPress.org Forums:
Change log changed in readme.txt.3 months ago
-
Committed [2134698] to Plugins Trac:
readme updated3 months ago
-
Created a topic, Nice plugin, on the site WordPress.org Forums:
Simple plugin3 months ago
-
Posted a reply to Please update changelog, on the site WordPress.org Forums:
I will add it soon.3 months ago
-
Committed [2133955] to Plugins Trac:
tested with 4.23 months ago
-
Committed [2133943] to Plugins Trac:
1.2.4.73 months ago
-
Posted a reply to Usages, on the site WordPress.org Forums:
No need any extra configuration. It will automatically save submissions to your database then you…3 months ago
-
Posted a reply to cfdb7_before_save_data Filter, on the site WordPress.org Forums:
Thank you... I will check it as soon as possible. Regards3 months ago
-
Committed [2131259] to Plugins Trac:
for version 5.23 months ago
-
Posted a reply to comma presence prevents data storage, on the site WordPress.org Forums:
I checked. Then it is working fine. Please send complete shortcode. Or how can I…4 months ago
-
Committed [2110826] to Plugins Trac:
cf7 db4 months ago
-
Posted a reply to I can see form submission in table, on the site WordPress.org Forums:
Have you receiving email with data ?5 months ago
-
Posted a reply to ob_end_clean(): failed to delete buffer. No buffer to delete, on the site WordPress.org Forums:
This plugin is completely different plugin.5 months ago
-
Posted a reply to ob_end_clean(): failed to delete buffer. No buffer to delete, on the site WordPress.org Forums:
I think, you are using different plugin. It has no file such that.5 months ago
-
Posted a reply to Warning: Illegal string offset ‘name’ in.. ../admin-subpage.php on line 246, on the site WordPress.org Forums:
Delete all submissions and check it. I think, someone edited contact form after submissions.7 months ago
-
Posted a reply to Prevent saving of a specific form?, on the site WordPress.org Forums:
Try to `remove_action( 'wpcf7_before_send_mail', 'cfdb7_before_send_mail');7 months ago
Developer
-
AMP Contact FORM 7 - AMPCF7
Active Installs: 1,000+
-
Contact Form 7 Database Addon - CFDB7
Active Installs: 200,000+
-
Easy Hide Login
Active Installs: 20,000+
-
HTML Contact Form
Active Installs: 1,000+
-
WooCommerce Quick View
Active Installs: 3,000+
-
WP Limit Login Attempts
Active Installs: 40,000+
-
WP Mail Smtp Mailer
Active Installs: 1,000+