Glen Don Mongaya
Forum Replies Created
-
I’ve added a solution on my last release to check if the nonce is valid or not and if it’s expired it will automatically create a new one.
I’m not sure why it’s not working on your site, can you email ([email protected]) me once the issue will occur again and don’t clear the cache immediately so I can see the issue.
Forum: Plugins
In reply to: [Contact Form 7] Double Spinner and Error MessageWhat other information do you need? I can give you the Site Health Information if you need.
Forum: Plugins
In reply to: [Contact Form 7] Double Spinner and Error Message@takayukister I’m using custom theme and screenshot of active plugins are here – https://snipboard.io/o1a95N.jpg
Despite disabling all plugins except for Contact Form 7, the issue persists.Forum: Plugins
In reply to: [Contact Form 7] Duplicate informations sent to CFBD7@vladadacity we have the same issue here – https://ww.wp.xz.cn/support/topic/double-spinner-and-error-message/
Try to click the submit button in your site and you will see the issue.
Forum: Plugins
In reply to: [Contact Form 7] Double Spinner and Error Message@takayukister here https://www.codedropz.com/contact/ thanks.
Hello @igarciaoliver ,
Our latest update will fix the nonce issue, you don’t need to disable any cache from the server or plugin.
Are you using the current version? if yes may I know the link to your site where the form was added?
Also, please explain the error or provide any screenshot for reference.
Thanks.
@hommealone I only override the spam filter when Contact Form 7 identifies a message as spam. This filter is triggered only in cases where spam is detected.
“Why does CF7 think it is spam when there’s a file upload?”
– I believe the reason for the message being rejected could be due to the attachment, or it could be that the email server is rejecting the message. However, I am not an expert in this matter.
I have not encountered any issues like this with our other users or customers, except for a few isolated cases.Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Check for success?@hommealone The validation process for the file upload is managed in PHP (no javascript), similar to other CF7 fields, using the
wpcf7_validatefilter. When the user clicks the submit button, the file upload will be automatically validated to ensure it is not empty. If the file is empty, a message will be returned to the user.Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] Check for success?Hi @hommealone
Is there a way to make it a required field: [mfile* field-name (etc)… ?
– You just need to add * on mfile tag like this [mfile* ]Is there a way to validate whether files were uploaded?
– You have to check it manually in order to verify if the files were uploaded.Is there a way to validate whether files were mailed?
– Try to install contact form 7 database or any other plugin that save each submission of cf7 then check each entry to see if there’s any files or attachment.Please let me know if you have any other questions.
Hi @hommealone ,
I have incorporated a checkbox feature that pertains to the Contact Form 7. Whenever CF7 identifies a message as spam (indicated by an orange border) I’m overriding it and force to send the message.
If you are receiving a spam message in your email try to improve your subject and your (from:) email it should match the domain name.
Please let me know.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] grey button onlyHi @ericg2 ,
It looks like the assets like JS and css folder were loaded properly.
Like:
/wp-content/plugins/contact-form-7/includes/swv/js/index.js?
/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/codedropz-uploader-min.jsCan you try and add this in your “theme/functions.php” file?
add_filter( 'wpcf7_load_js', '__return_true' ); add_filter( 'wpcf7_load_css', '__return_true' );Or add the code below in your wp-config.php file.
define( 'WPCF7_LOAD_JS', true );Would it be possible for you to create a temporary admin account for me to access, so that I may take a look?
You may try this plugin – https://ww.wp.xz.cn/plugins/temporary-login-without-password/
- This reply was modified 3 years, 2 months ago by Glen Don Mongaya.
@navasahmed did you install the WPML String Translation module?
See screenshot (link below) on how to add translation message on my plugin.
https://snipboard.io/aLil0E.jpg
“also if u change the validation message from the backend that too we can translate from wpml ?”
Yes, all the text in my plugin can be translated. Try to leave all the fields empty or default.
There’s no specific hook for it.
WPML’s String Translation module is part of the Multilingual CMS and Multilingual Agency account types. To enable it, you first need to download and install it from your WPML.org account, under the Downloads section.
Then, navigate to WPML → String Translation
Hello @navasahmed ,
To translate the text on our plugin, you can utilize WPML string translation it’s a module from WPML. You can find more details on how to activate String Translation by referring to this link: https://wpml.org/documentation/getting-started-guide/string-translation/#activating-string-translation
Please don’t hesitate to ask if you have any further inquiries.