Where can we see the website in question?
The website with the form in question is at https://gcmsnotes.com/order-details/
Thanks for looking it over
What other plugins and theme do you use on the site?
Please see below. Thanks
PLUGINS
——-
Autoptimize Version 2.7.3 by Frank Goossens (futtta)
Contact Form 7 Version 5.2 by Takayuki Miyoshi
Contact Form 7 Conditional Fields Version 1.9.7 by Jules Colle
Flamingo Version 2.1.1 by Takayuki Miyoshi
Font Awesome Version 4.0.0-rc20 by Font Awesome
Shortcodes Ultimate Version 5.9.2 by Vladimir Anokhin
Stripe Payments Version 2.0.33 by Tips and Tricks HQ, wptipsntricks
TinyMCE Advanced Version 5.4.0 by Andrew Ozz
Web Stories Version 1.0.0-beta.1 by Google
WP Easy Paypal Payment Accept Version v4.9.6 by Tips and Tricks HQ
WP Fastest Cache Version 0.9.0.8 by Emre Vona
WP File Manager Version 6.5 by mndpsingh287
WP Mail SMTP Version 2.2.1 by WPForms
WP Reset Version 1.80 by WebFactory Ltd
Yoast SEO Version 14.5 by Team Yoast
Additional Settings
——–
Disable XML-RPC
Setting a custom timeout value for cURL 10sec
Setting custom timeout for the HTTP request 10sec
Setting custom timeout in HTTP request args 10sec
add_filter( ‘https_ssl_verify’, ‘__return_true’, PHP_INT_MAX );
add_filter( ‘http_request_args’, ‘http_request_force_ssl_verify’, PHP_INT_MAX );
function http_request_force_ssl_verify( $args ) {
$args[‘sslverify’] = true;
return $args;
}
Theme
—–
Name Dazzling (dazzling)
Version 2.1.1
Author Colorlib
Author website http://colorlib.com/wp/
Parent theme None
Theme features automatic-feed-links, post-thumbnails, menus, post-formats, custom-background, title-tag, custom-header, infinite-scroll, widgets
Try switching to the default theme, deactivating all plugins excluding Contact Form 7, Flamingo, WP Mail SMTP and Yoast SEO, and clearing all cache data.
Why you are advised to deactivate plugins and switch to the default theme.
Created a staging site and followed these recommendations. Using the default 2020 theme, Contact Form 7, Flamingo and WP Mail SMTP and still the same behavior where the email seems to come before seeing the success message for the form submission.
Staging site https://caipsnotes.com/EsTate/order-details/
Further recommendations?
Hi there
I have tested the form under various scenarios and continue to be see that email messages come through well before the form processing has completed and moved on to show a success message. This is particularly pronounced when file attachments are involved. Any suggestions?
Thanks