tomvog
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error when activating Mail (2)Still not very helpful in solving the issue. The FAQ simply confirm that the message is flagged as spam – has I already confirmed before, however I still do not understand why. I now deactivated reCAPTCHA and it works… just hoping that by doing this we will not receive tons of spam messages.
Thanks
- This reply was modified 1 year, 5 months ago by tomvog.
Forum: Plugins
In reply to: [Contact Form 7] Error when activating Mail (2)no, I confirm that I get the error only when I activate Mail (2). No matter if I use straight forward email addresses or mail-tag in the settings of Mail (2). Without Mail (2) the form works fine, as soon as I activate Mail (2) if I try to send I always get the error “Failed to send your message. Please try later or contact the administrator by another method.”
By personalizing more the error messages I now discovered that the error is the one related to “Submission was referred to as spam”, however I do not understand why this should be classified as spam.
Please note that I have the reCaptha 3 integration active.
Forum: Plugins
In reply to: [Contact Form 7] Error when activating Mail (2)Hi,
in order to make it as simple as possible I tried to set it up without any mail-tag, just simple straight forward email addresses. However I tried in several ways but it always results in an error.
Forum: Plugins
In reply to: [Contact Form 7] Error when activating Mail (2)This is a temporary page were we have the form that is not working
https://www.cosmecsrl.com/contattaci-new/
Do not make any kind of test on other forms as this is a live website and the forms send mails to my client. Thanks
Forum: Plugins
In reply to: [Contact Form 7] How to disable/exclude specific day in date-pickerNo luck on getting it to work. I guess there is some issue on my theme that needs to be solved first. Thanks for your effort!
Forum: Plugins
In reply to: [Contact Form 7] How to disable/exclude specific day in date-pickerThanks. I did it but still not working ??
this code still needs to stay inside the contact form right?
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/jquery-ui.css"> <script> jQuery(function($){ $("#datepicker").click(function(e){ e.preventDefault(); }).datepicker({ dateFormat: "yy-mm-dd", beforeShowDay: function (date) { return date.getDay() == 2 ? [false, " disabled"] : [true, " enabled"]; } }); }); </script> <style> .disabled { color: #000; } .enabled { color: #ff0000 !important; } input::-webkit-calendar-picker-indicator{ /* display: none; */ } input[type="date"]::-webkit-calendar-picker-indicator { -webkit-appearance: none; } </style>
Forum: Plugins
In reply to: [Contact Form 7] How to disable/exclude specific day in date-pickerHello @codekraft
thank you for your reply. I think this is beyond my skills. So, I should remove the jquery script from the code inside the contact form (this is clear), then I don’t understand how I should enqueue the script. Where? Do I need to place that script inside script.js of the theme? I tried pasting that code at the end of script.js but I guess I did not do the right thing, or at least it is still not working.
Thanks for your help!
Forum: Plugins
In reply to: [Contact Form 7] How to disable/exclude specific day in date-pickerHello Erik,
I have the same need and tried to apply your code, however it is not working. I am probably doing something wrong but I don’t understand what. Maybe is the date format?
https://www.castellidelgrevepesa.it/prenota-un-wine-tour/Thanks
Tommaso