TNG1
Forum Replies Created
-
Thanks for the reply on this.
So I followed your advice, switched to a default theme, and deactivated all plugins except for Contact Form 7, Flamingo, and Yoast SEO. The result was the form would not send at all.
I played with various iterations of plugins activated and deactivated and different themes, different forms either containing the drag and drop or the standard file call…either it didn’t send at all, or it did with no notifications.
Ultimately I deactivated and deleted Contact Form 7, Flamingo, and Drag and Drop Multiple File Upload – Contact Form 7. I then reinstalled all three and that did the trick. The form sends, refreshes, and serves up the success notice.
I appreciate your replies and time on this issue.
Cheers….
I understand the logic of your reply, Amimul. And I would follow your advice but I do not have any other SMTP plugins, and as mysteriously as the warning arrived (after not having it with no change in configuration for a couple of weeks) it has now disapeard.
Ghosts in the machine…
@takayukister the theme is FCUnited ThemeForest’s page for FCUnited
Plugin list is long:
Contact Form 7
Cutom Twitter Feeds
Document Embedder
Drag and Drop Multiple File Upload – Contact Form 7
Elementor
Elementor Pro
ELEX WooCommerce Name Your Price
Events Shortcodes for The Events Calendar
Events Widgets for Elementor and The Events Calendar
Flamingo
FluentSmTP
Google Analytics for WordPress by MonsterInsights
Loco Translate
MC4WP: Mailchimp for WordPress
SIP Advanced Email Notifications for WC Free
Smash Balloon Instagram Feed
Smush
SportsPress
SportsPress for Football (Soccer)
The Events Calendar
The Events Calendar Shortcode & Block
ThemREX Addons, Socials, & Updater
Ultimate Member
Ultimate Member – Enable Profile Photo in Register Form
UpdraftPlus – Backup/Restore
User Role Editor
WooCommerce
WooCommerce Blocks
wpForo
Yoast SEOAfter discovering the issue I have also installed WP Adminify
@takayukister for the purpose of making sure you have all the info needed to help me in this, here is the custom CSS applied to the form:
/* registration form css */ #wpcf7-f7828-p7810-o1 { background-color: #ffffff; padding: 10px; } .pv-form { display: flex; align: left; } #reg-2022-note { max-height: 100px; !important } .pv-space { padding-right: 10px; margin-left: 25px; } .codedropz-upload-handler { border-radius: 25px; } /* end reg form submit form */
@takayukister part of the issue might be associated with permissions dictated by the Ultimate Member plugin as the form is on a page with restricted access. I removed the restriction to share it with you here.
The post-submit results changed slightly when I removed the restricted access. I still do not get a confirmation or failure message, but the form does clear and the spinning ball icon goes away.
Hello @takayukister, thank you for your reply.
The form is here: https://pvunitedfc.com/registration-forms/
- This reply was modified 2 years, 9 months ago by TNG1.
Forum: Plugins
In reply to: [Contact Form 7] Need help with Textarea height@codekraft THANK YOU!!! That was driving me nuts, I appreciate the info on ID nomenclature.
Cheers!
Will do, results to follow…
Thanks for your reply.
Forum: Fixing WordPress
In reply to: Updated to php 8.1.7 – now only serving index.php as textThanks for your reply, Bashar.
I opted to reinstall php7.4
apt install php7.4
then I set 7.4 as default since I still have 8.1.7 installed
update-alternatives --set php /usr/bin/php7.4
I also had to reinstall the 7.4 mysql extension with
apt install php7.4-mysql
That did the trick…hope this helps someone else out there with the same issue.
Cheers!