kakarott
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Receiving html tags instead emailI have the same problem and I’m currently using Zoho mail version 1.3.9
Update:
Used WP Rollback to rollback to zoho mail version 1.3.3 and it works! HTML is fine now. Thanks @mcabral2510 !Found an alternative solution.
Seems like the CF7 form submssion gets much slower when the GSheet is “working harder”.So I created a new GSheet purely for new entries, and then use the =IMPORTRANGE() function to “copy” the data to a separate GSheet where I do my data processing.
I will periodically cut+paste Rows from the “new entries sheet” to the “data processing sheet” so that the former stays “lean”, hence faster CF7 form submission ??
But if you do find a solution that addresses the root of the problem in the plugin, do tell so that I can stop doing this cut+paste (reduce work) ??
Unfortunately I’m still on the Lite (Free) version ??
Thanks for the responses so far though!Thanks Abdullah.
Other CF7 Add-on I have installed are (though not used in the form I experimented on) :
– Contact Form 7 Conditional Fields
– Contact Form 7 Multi-Step Forms
– Contact Form 7 SkinsThe experiments I did for scenarios abcd uses the same form. The variation of abcd is only on the content of the Google Sheet it’s connected to (I added/deleted some Rows).
I checked Chrome console and there was no error (or were you referring to a different console? Sorry I’m not really a programmer)
Any tips/tricks on how to reduce time to submit when the sheet already has many rows?
Wow thanks!
Using the “Pass specific fields” works for me (instead of “Pass all the fields”), so it’s all good. But just want to share in case it’s relevant for you ??
Pass specific fields:
mydomain.com/?name=Jake%20SmithPass all fields:
mydomain.com/?name=Jake+SmithI wonder if the problem lies with my setup (I’m using older version of PHP etc.)