Replies: 0
contact form7とflamingoを使用し、送信データを管理しております。
そこで、添付ファイルのみサーバーに保存されないことを知りました。
調べたところ、プラグイン作成者の方が、セキュリティ上保存できないような仕様にしているとのことでした。
どうしてもファイルを保存したい場合、何か手段はございますでしょうか。
また、なぜファイルを保存するとセキュリティ侵害のリスクが高まるのでしょうか。
Replies: 0
contact form7とflamingoを使用し、送信データを管理しております。
そこで、添付ファイルのみサーバーに保存されないことを知りました。
調べたところ、プラグイン作成者の方が、セキュリティ上保存できないような仕様にしているとのことでした。
どうしてもファイルを保存したい場合、何か手段はございますでしょうか。
また、なぜファイルを保存するとセキュリティ侵害のリスクが高まるのでしょうか。
Replies: 3
<font _mstmutation=”1″></font>
Hello,
The multi-step form has recently stopped working. You can’t click on it. It shows an error.
“An undefined value was transmitted via this field.”
You have to select a vehicle and then click on it. That works. From the second page onwards, it doesn’t go any further.
Who can help me?
Regards
Replies: 1
Hello.
There is a hook wpcf7_before_send_mail
that allows you to abort sending an email.
However, is there a way to abort saving a message? In some cases, I’d like to skip incoming messages at all.
Replies: 0
Hi all,
I struggle with formatting the output of a date-field in e-mails. I tried several options (changing the fileds name from german “datum” to sometheing else, formatting the output via [datum “d.m.Y”] or [datum ‘d.m.Y’] or [datum d.m.Y]). The result always ended up like this: 2024-04-27. Instead of the needed 24.07.2024.
WordPress version is 6.5.2, C7 5.9.3, PHP 8.2.17. It’s a multisite, language german.
I’d appreciate any tipps or informations.
Thaks
Susanna
Replies: 0
Hello,
I have a question regarding the integration of Google reCAPTCHA.
I would like to have the reCaptcha only on the Contact page, not everywhere.
Is it possible to somehow restrict the integration to one particular page, instead of all pages of the site?
よろしくお願いいたします。
Replies: 0
Hello,
CF7 form is always send to the admin e-mail instead of the client?
How can I change that?
Replies: 0
Hello. I have problem with Contact Form 7. When I installed this plugin I go to creater pages like Elementor and there isn’t opportunity to add this plugin (look the link).
What is wrong and what I have to do to fix it ?
Replies: 0
Hello all,
I’m using two CF7 forms on a single WP website – Form 1 and Form 2 – for which users are requested to fill in an email address. For validation purposes I ask them to repeat their email address (to eliminate/reduce the risk of typos) and use the filter function used for the validation as described here:
https://contactform7.com/2015/03/28/custom-validation/
Form 1 uses the following email name tags:
<label> Email-Address
[email* your-email-1 autocomplete:email placeholder "Your Email-Address"] </label>
<label> Repeat Email-Address
[email* your-email-confirm-1 autocomplete:email placeholder "Please repeat your Email-Address"] </label>
and Form 2 uses these email name tags:
<label> Email-Address
[email* your-email-2 autocomplete:email placeholder "Your Email-Address"] </label>
<label> Repeat Email-Address
[email* your-email-confirm-2 autocomplete:email placeholder "Please repeat your Email-Address"] </label>
In the theme functions.php I have added the following filter function taken from the contactform7 website (see link above) for validating the email address in Form 1. That’s working perfectly fine.
add_filter( 'wpcf7_validate_email*', 'custom_email_confirmation_validation_filter', 20, 2 );
function custom_email_confirmation_validation_filter( $result, $tag ) {
if ( 'your-email-confirm-1' == $tag->name ) {
$your_email = isset( $_POST['your-email-1'] ) ? trim( $_POST['your-email-1'] ) : '';
$your_email_confirm = isset( $_POST['your-email-confirm-1'] ) ? trim( $_POST['your-email-confirm-1'] ) : '';
if ( $your_email != $your_email_confirm ) {
$result->invalidate( $tag, "Please check your Email-Address" );
}
}
return $result;
}
How would I amend the filter function above in order to add the same email validation in form 2 with the name tags below (and have the function keep working in Form 1)?
[email* your-email-2]
and
[email* your-email-confirm-2]
Any help greatly appreciated!
Thank you very much!
Replies: 0
Hello!
Contact Form 7 5.9.3.
’ve never had a problem for years, but now I get a “Failed to send your message. Please try later or contact the administrator by another method”
Other plugins on my site: Add From Server, Akismet Anti-spam: Spam Protection, Backup For WP, Cloudflare, Flexible SSL for CloudFlare, Force Regenerate Thumbnails, Index WP MySQL For Speed, Loco Translate, Shortcode Widget, WP Htaccess Editor, WPCode Lite, WPML Multilingual CMS, Yoast Duplicate Post.
Thank you in advance!
Replies: 1
Hi,
no updates, but since last Days emails not sending without any error, the data is visible in Contactic.
Maybe the problem has existed since the automatic update to WP 6.4.4, on 10.04.24
Greetings, Phil
Replies: 0
I need a Quick Response,
Hi, I am looking to change the select option value checkbox values and radio option values. I searched for it and didn’t get relevant reference. Also, I tried pipeline method but that can’t apply. The pipeline method is only for emails. Is there a way to get the values after pipe on front page? I need to use these values on my page before submitting the form, like I’m creating an estimation cost calculator for client but I didn’t find any solution. Kindly give response as soon as possible please.
Replies: 3
I am trying to integrate the Stripe extension. I got it installed and working fine using the default shortcode.
[stripe currency:usd amount:700 "Proceed to checkout" "Pay 7 USD"]
I processed a test transaction for $10 and saw the result in Stripe – perfect!
I then formatted the contact form and followed the guide provided in this response: https://wordpress.org/support/topic/using-stripe-integration-for-donations/ and added code to use a dynamic value entered by the user BUT, now when I try and “Proceed to checkout” – the spinner just spins endlessly with a 500 Internal Error displayed in the error console.
I have removed the code to try and debug and now i cant get it to work at all.
/wp-json/contact-form-7/v1/contact-forms/7175/feedback 500 (Internal Server Error)
getOriginalResponse @ requestly-web-sdk.js:7231
fetch @ requestly-web-sdk.js:7241
(anonymous) @ index.js?ver=5.9.3:1
(anonymous) @ index.js?ver=5.9.3:1
(anonymous) @ index.js?ver=5.9.3:1
(anonymous) @ index.js?ver=5.9.3:1
(anonymous) @ index.js?ver=5.9.3:1
n @ index.js?ver=5.9.3:1
l @ index.js?ver=5.9.3:1
(anonymous) @ index.js?ver=5.9.3:1
NOTE: I actually setup a test contact form with the default fields and added the default stripe shortcode and then created a test page where I added the form and it processes fine…
The only difference is I have added extra fields and some formatting
Replies: 1
I’m creating a form that has several checkboxes. The ultimate goal is to have users select multiple check boxes and send an email to the individual(s) based on which option they select. I was able to do this with a dropdown; however, it appears that I am running into some issues with this (example below):
[checkbox* committee-selection use_label_element “Option I|me@gmail.com” “Option II|me@gmail.com” “Option III|me@gmail.com” “Option IV|me@gmail.com” “Option V|me@gmail.com” “Option VI|me@gmail.com”]
The error received when selecting multiple options: We’re sorry, there was an error trying to send your message. Please try again later.
In addition, when I do select only one option, it sends as expected, but in the message body, the option below does not return any of the options selected (instead I get a blank line with no text):
Interested Committee(s): [committee-selection]
I’m trying to understand exactly what it is that I am doing wrong here. Any assistance on this would be greatly appreciated!
Replies: 1
I found this instruction:
https://contactform7.com/configuration-errors/invalid-mailbox-syntax/
According to it, I can add in the To and From fields the email address that was entered in the form. The error will not occur if the email address in the form is marked as mandatory.
My form – the email is mandatory
Mail tab – I got an error
Replies: 0
Hello,
Is there any special tag or suggestion form you in order to receive the url path including all the parameters where the contact form was submitted?
Thanks,
Replies: 1
Unfortunately I have not found an answer to my question. It is about the integration with Brevo and the assignment of contacts to the list (this is selected when the form is created in Contact 7). I would like the existing contact in Brevo not to be updated (new list added, which I have selected in the Contact 7 form), but to be changed or added to the lists without throwing the contact out of the existing list and assigning new ones. I have spoken to Brevo and according to the support there are two options available through API. The first is to “import” contacts and the second is to “update” contacts. Can you please help me and tell me how to set it up in Contact 7 or if it doesn’t exist yet I would appreciate if you could add this query.
Replies: 0
So basically we have two webhook url that both require a hidden parameter “Key” equal to certain value.
But for each of them has a different key value. How can I go about to achieve that?
Thanks.
Replies: 1
Hello
I can’t get my new website indexed by google. I get an error saying I have a noindex no follow on my robots meta tag – it is the same for all my webpages.
I have checked the webpage view source file for each page and can see the line that needs to be deleted – pls see link to one of my pages above for you to check the view source page code for the robots meta tag line.
I understand that I need a piece of custom function code to get this line removed as the webpage code cannot be edited in wordpress.
So I found the following piece of code that apparently works for all posts – but I need it to work for all my pages instead. And I need it to remove both the noindex and nofollow functions.
// code to remove noindex meta tag on posts
function remove_noindex() {
if ( is_single() && get_post_type() == ‘post’ ) {
echo ‘<meta name=”robots” content=”index,follow” />’;
}
}
add_action ( ‘wp_head’, ‘remove_noindex’ );
Can someone help me adapt this piece of code to work for all pages pls as I don’t know anything about coding?
And can I just check that it should be placed at the bottom of the theme functions.php file – this I have found in my astra theme editor on my dashboard.
FYI – I have completed all the usual checks to try to resolve the problem by other means – but I have no noindex boxes checked on any wordpress or all in one seo plugin setup. I have also checked my robots.txt file and my header.php file and they both have no noindex lines in them and look absolutely normal.
I am grateful for your time and kind patience with my query. And I do hope someone can help me pls.
Replies: 0
After submitting the form the browser scrolls down instead of focusing on [response] message.
I tried moving [response] up or down in form but it doesnt work. Can you make this an option in plugin settings? I would like to solve the issue by some simple script in functions.php or CSS if possible.
Unless there is other solution for that? Like hide the form using conditional fields and show [response]?
Replies: 0
Hello,
Plugin contact form 7 stopped working all over our website. Flamingo registers information about the user from the form, but the website shows an error notification and integration doesn’t work as well, no e-mails are sent.