Vsourz Digital
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Help with not saving to the databaseHello @pixelzoo,
Sorry for the late response.
The actual code is as below.
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 = array('137','1309'); return $contact_form_ids; }
If still you have any issue, kindly let us know.
Regards,
Hello @veniceitcon,
Sorry for the late response.
Currently, there is no such way to replicate the same field label name as been done in Advanced CF7 DB.
We will looking into it and provide the updates with in the scheduled report plugin itself or will be managing to provide the same label names as defined in Advanced CF7 DB.
Regards,
Hi @sigmundd,
Thanks for your suggestion and we are also thinking about this feature from long time. But we haven’t implemented this feature yet due this is one of the complex feature and we have keep that in our plugin pipeline.
However, We will try to fulfill this feature in future plugin versions. We will update you when enhance this feature in our plugin.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Is this compatible with “Contact Form DB”?Hi @hyflex,
Yes, there is an option to import your old entries via CSV sheet.
And for do this, you just need to follow the below steps.
1) Export current plugin’s related database entries in CSV sheet, An individual sheet for each form.
2) Install our plugin in your project and go into “Advanced CF7 DB >> Import CSV” screen.
3) You will find the select form option at top of the page. Select particular form in there.
4) When you select the form, it will show you the form related current fields below the selection box. Now you just need to add the column name against all form field into that screen.Please make sure you add the correct ‘Match CSV Column’ values same as your importing csv sheet have.
Hope this will help you.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] shortcode + search current user e-mailPlease replace below line and check the output once.
$show_history = '[acf7db form_id="1174018" search="'.$user_email.'" show="url, price, submit_time"]';
If this still not works then i suggest to enter particular email address which have any entry. something like this:
$show_history = '[acf7db form_id="1174018" search="[email protected]" show="url, price, submit_time"]';
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Is this plugin compatible with PHP 7.3?Hi @jbalazs8178,
We have tested it with PHP 7.2 and its working fine. We will test it with PHP 7.3 in upcoming plugin version.
Hi @veniceitcon,
Sorry for the late reply.
There is no such way for now to change date format in current plugin version. you must need to customize the plugin if you still want to change the date format.
We will try to provide such function or option to change the date format in desire format in upcoming plugin versions.
- This reply was modified 5 years, 5 months ago by Vsourz Digital.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] cron.php use smtpHi @johniemj,
You have added the query at wrong plugin support thread.
As per plugin folder name it is relevant to ‘Contact Form 7 Database Addon – CFDB7’
https://www.ads-software.com/plugins/contact-form-cfdb7/Forum: Plugins
In reply to: [Advanced Contact form 7 DB] All fields on Edit lightboxHi @ashf,
We will surely think about it and will consider your suggestion if it will fit in plugin logic.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] shortcode + search current user e-mailHi @amatorpl,
This question has already been discussed here:
https://www.ads-software.com/support/topic/show-user-their-own-submission/Hi @sergeysun,
Can you please try to manually type the above code in any of your text editor and then place that code in your desire place.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Save after Payment CompleteHello @ljhooo,
According to your requirement, you will need to check for the payment is been already done or not.
We have checked your form and Paypal redirection for the payment too. According to us, the data is been already saved to our DB before leaving the website to receive the payment and lands on the thank-you page.
So, for this you will need to create an hidden field in your form saying that the payment is still pending. So you will get in our DB as not paid, then you can manually check if the payment received or not in Paypal and unmark the same filed as paid.
Hope the solution helps you out.
Regards,
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Unable to delete rowsHello Everyone,
We have resolved the issue in the latest version provided.
Kindly upgrade to the latest version of the plugin.
Regards,
VsourzForum: Plugins
In reply to: [Advanced Contact form 7 DB] Advacend CF7 DB alternatives?Hello @nonchiedercilaparola & Everyone,
Sorry for this inconvenience occurred, unfortunately, our plugin went down due to some security issue and was reported by www.ads-software.com,
Hence we have fixed the issue and currently, our plugin is under review by www.ads-software.com.
We will surely get back shortly. If you require the latest security updated version of our plugin or any assistance, then kindly contact us at [email protected]
Regards,
VsourzForum: Plugins
In reply to: [Advanced Contact form 7 DB] display all the recordsHi @cmurillo
First of all thanks for your appreciation.
We always love to hear suggestion of our plugins and look forward to your suggestion as well.
As per your suggestion you would like to display all entries default and apply max_entries option when require to limit it. Now the major problem over here is, It can’t be feasible to display all entries default because normally the average websites coming a lot more enquiries and if we on to display all records default then it will break the front-end page query where display shortcode placed. Also, if any of website have huge data records and by mistake he didn’t applied max_entries option before place the shortcode then there might be chances to crash the database.Regards,
Vsourz