When i submit a form, its throwing 500 Internal server error ( i go this error when i inspect the page on console ) . Let me know if any solutions
Plugin version: 5.9.5
WordPress version: 6.5.3
PHP version: 8.1
]]>Hello, Please help.
I set up a landing page, my H2 are Asar font and when I preview my site on desktop, and through the responsive tabs in wp they show up correctly. When I view the page through the permalink, the h2 font is not populating as Asar font. I tried to clear my cache in wp and through my siteground cache and this issue remains. Can you help me troubleshoot?
]]>Hi,
I read that documents attached to a form are saved in the uploads folder. We use forms for example to upload a copy of an identity card. When using this plugin the attachment will thus be publicly visible to everybody. This is not an option for us.
Kind regards,
Michel
]]>There is a bug in version 1.7.2 which causes SELECT fields from CF7 not to be exported. If I go back to version 1.7.1 everything works fine.
PS: Would be handy to have page with download of older versions of CFS plugin.
]]>Plugin Version: 1.7.2
PHP Version: 8.0
Wordpress: 5.8.3
After the most recent plugin update to 1.7.2, our contact form submission are receiving a 500 error. See error below. We have tried uninstalling and reinstalling the plugin, but it doesn’t fix it. Only when the Contact Form Submissions plugin is disable do my contact form 7 submissions work.
[18/Feb/2022:14:31:56 -0800] “POST /wp-json/contact-form-7/v1/contact-forms/1636/feedback HTTP/2.0” 500 219 “https://innsoft.com/” “Mozilla/5
.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36”
Hello! its compatible with the latest versions of WP 5.9 and WC 6.2?
Thanks
I had troubles that i fixed with smtp during 4 days. Mail submitted during this bug are registered in submissions with submitted status.
Is there a way to change the status and resend mail? thanks
Is there a code snippet available to automatically remove submissions with images/attachments after a while? I would like to keep submissions for a month.
]]>WHM toolkit is currently listing your active release plugin as a vulnerable plugin. Is this correct or a false positive? FYI this is being listed on 2 separate versions of WHM on 2 different servers. Here is what is listed under the vulnerability:
Contact Form Submissions 1.7.1
WordPress Contact Form Submissions plugin <= 1.6.4 – Authenticated SQL Injection (SQLi) vulnerability
WordPress Contact Form Submissions plugin <= 1.6.4 – Authenticated Double Query SQL injection (SQLi) vulnerability
]]>Is this plugin comptible with php 8 and wp core version 5.8.2 ?
Thanks
Hi there, under the submissions area (after clicking on one submission in the list), alongside your-name, your-email etc. I have two strange alphanumeric values r3f5x9JS and 2fd4262f6913076df1ed58c1c52cf123. Do you have any idea what these are and why this is appearing? Strangely its not happening for all my contact forms, just some of them.
Thanks
]]>Is there a way to show the post ID created from the submission in the email that is sent? Thank you.
]]>Hi!
How to fix this issue? HTML tags is is not decoded in Submissions Body. Please see screenshot below.
https://www.screencast.com/t/XmEQVIdc
Your help would be greatly appreciated.
Thanks!
]]>can i create a php script to get all Emails that send to my website in the last month?
And if so, what i need for that?
]]>Hi there,
is there any chance to change the order of the columns thats being exported into csv?
For example we have “Name,Street,postcode,etc…”
when i export the submission to csv, i need the columns in the order “postcode,street,name,etc…”. (other order than the input-fields)
is it possible to change the order, so that it gives out my wished order?
Thanks for your time.
]]>Unable to Display Signature instead showing path to it. i am using signature plugin and while checking its showing its path but not actual image would love if you can help me. thanks
]]>Hello,
since some days I have this warning in my logs and the saved attachment is broken.
[02-Mar-2021 13:37:36 UTC] PHP Warning: basename() expects parameter 1 to be string, array given in /html/v2/wp-content/plugins/contact-form-submissions/Submissions.php on line 190
[02-Mar-2021 13:37:36 UTC] PHP Warning: copy() expects parameter 1 to be a valid path, array given in /html/v2/wp-content/plugins/contact-form-submissions/Submissions.php on line 192
Can anybody help me with that?
Thanks
Lars
Thanks for your work on this plugin!
MalCare scanner has recently sent me a note that it has detected an exploitable vulnerability in this plugin. No explanation as to what it is, but I noticed the plugin hasn’t been updated recently and wondered what your plans are. Are you still supporting this plugin?
I’m willing to make a donation if that would help.
Thanks.
Is mails what are not sent by server issue are also stored in database or just sent messages are stored?
]]>Hi @jasongreen ,
Apparently the date presented on a specific form details is different than the one presented on the table of lines of all submissions.
While the date on the forms submissions table is correct and uses the offset for region as defined on server, the specific date on a specific form submission report shown a date at default UTC time without the offset.
Possibly there is a usage of two different $dates on contact-form-submissions / Admin.php file.
On line 336 there is a usage of: ” $date = date_i18n($datef, strtotime($post->post_date)); ?>”
/**
* Output for the actions metabox
*/
public function actions_meta_box($post)
{
$datef = __(‘M j, Y @ H:i’);
$date = date_i18n($datef, strtotime($post->post_date)); ?>
<div id=”minor-publishing”>
<div id=”misc-publishing-actions”>
<div class=”misc-pub-section curtime misc-pub-curtime”>
<span id=”timestamp”><?php _e(‘Submitted’, ‘contact-form-submissions’); ?> : <b><?php echo $date; ?></b></span>
</div>
</div>
<div class=”clear”></div>
</div>
<?php
}
While on Line 356 usage of “wpcf7s_posted_values”
/**
* Get the posted data for a form
*
* @param integer $post_id the form post ID
*
* @return array the form values
*/
public function get_mail_posted_fields($post_id = 0)
{
$posted = array();
$post_meta = get_post_meta($post_id);
$posted = array_intersect_key(
$post_meta,
array_flip(array_filter(array_keys($post_meta), function ($key) {
return preg_match(‘/^wpcf7s_posted-/’, $key);
}))
);
$posted = apply_filters(‘wpcf7s_posted_values’, $posted);
return $posted;
}
Also possible, there is a failure in retrieving date_default_timezone_set as set one “wp-settings.php”.
]]>Hello, I am no longer able to see form submissions using the plugin. When I click on the submissions link the link does not load and I get a timeout error.
]]>Wordpress: 5.4.2
Contact Form 7: 5.2.1
Contact Form Submissions: 1.6.4
One of our contact forms is leveraging a [select*] field with several options in it. Until recently, this field displayed its proper value when reviewing Submissions and filtering on this form; now, however, it simply shows ‘Array’ as the value. (Previously, it would show ‘Join Org’, etc.)
Form code:
<label> What would you like to do? (required)
[select* membership-operation include_blank "Join Org" "Going on Leave" "Returning from Leave" "Request New Card" "Terminate Membership"] </label>
]]>
Hi,
After creating an export my CSV shows the following line on each row:
Notice: Undefined index: wpcf7s_posted-Company in /www/wp-content/plugins/contact-form-submissions/Admin.php on line 534
In each row it states that something is wrong with line 534 although the middle part differs, here are some examples:
Notice: Undefined index: wpcf7s_posted-your-email-factuur in /www/wp-content/plugins/contact-form-submissions/Admin.php on line 534
Notice: Undefined index: wpcf7s_posted-tel-450 in /www/wp-content/plugins/contact-form-submissions/Admin.php on line 534
I’m on the most current version of the plugin, WordPress and theme Divi by Elegant themes. Steps to reproduce:
Export all to csv. I also tried filtering on July to see if the amount of rows has an impact but it also gives the same errors.
Hope someone can help me.
]]>Hi!
Anyone have encounter this?
HTML tags is showing: https://www.screencast.com/t/gTb62oFgDwiN
Double Entry: https://www.screencast.com/t/gr3uoACkPklM
Thanks!
]]>As I can see, plugin has been temporarly closed.
This plugin has been closed as of February 27, 2020 and is not available for download. This closure is temporary, pending a full review.
Is there some important reason for this? I’m happily using it.
]]>Hello,
I have four forms on my site and all the submissions are stored in the database. So, it works fine. But is it possible that I can choose only one form, that will stored in the database?
Thanks
]]>Can anyone help? I need user information when a form submitted, and show on admin.
]]>Hello,
I know there is a function get_mail_files()
.
I found this in the source code:
values = $this->get_mail_files($post->ID);
but what is $this
at this moment?
How can I use this function when I have the “Submission ID” to get the file url path?
]]>Hello,
is it correct that no submissions saved when I use “skip_mail” from CF7?
]]>Hi Actually each submission goes into a subfolder with an ID
/wp-content/uploads/wpcf7-submissions/10934
How can we achieve something like
/wp-content/uploads/wpcf7-submissions/field-in-the-form