Changelog

Follow up on the latest improvements and updates.

RSS

Web3forms will now throw
400
error for empty form submissions which is usually caused by not adding the
name=""
attribute to each input.
From now on, at least one valid input is needed for the form to get submitted. This feature will prevent empty form submissions.
In each email, you receive, there is an intro text which starts with "Hello, You have received a new form submission from your website.." But since it was in English, it affected our global customers.
So, today, you can customize the text to anything you want, or disable it altogether so that you can directly see the submission data without any extra text.
This feature is enabled for all Paid users. Just login to your dashboard and change it from the
Form Settings
Tab.
Until now, we were relying on
\r\n
property and CSS to make the new line work on message fields. Which had some issues with some email clients as one of our users shared a concern.
Today, we support
<br>
tag for all input tag supporting newlines and convert them automatically to
<br>
tag which has way better email client support.
Note:
This change won't impact your forms, it will work as usual. This is only a backend change.
What's up everyone. We have now implemented a feature many people asked us before - Cloudflare Turnstile Captcha Support. Yes, from today onwards you can use turnstile captcha for your form if you are on a Paid Plan.
Contact support for more info.
Until now, multiple emails from the same form will be displayed in their own row. This is possible because we add a unique key like
notify+dgbxz@
in the from email.
Now users can opt-out from this and use a static from email like
notify@web3forms.com
using our new email grouping feature. By using same from email & subject, modern email clients will group multiple emails together in a single thread.
You can enable the settings from the dashboard. Contact support if you have any trouble.
Hey everyone,
Excited to share that Autoresponder is now available for all Pro / Starter users as Beta.
Contact Support to get Access.
We have some great news 🥳
You can now restrict your forms to a particular domain. So even if someone else got the access key, they cannot send emails to you. Only emails from your website will be sent to you. This will potentially reduce spam attacks.
This feature is available to all Pro users from today. Please reach us if you want to setup a domain.
Until now, we had some limitations on the default file uploader. It supported a single file with a 5 MB payload limit. Our Infrastructure provider actually sets this so we had no choice.
But now, we have a new File Uploader that removes the limit + can attach multiple files in one form. Woohoo!
Here is the documentation link on how to implement it. Available to all Pro users.
Web3Forms now has a dedicated Report Abuse page so users can submit violations easily.
If you know about, or are a victim of, abuse of content hosted by Web3Forms, you can use this form to report the problem. After you submit a report, we will investigate it and take the appropriate action.
It has been noted that yahoo emails are mostly used by spammers for phishing attacks, so we stopped supporting yahoo emails. This only affects < 1% of users and we believe most of them are spammers. Please contact support if you have a genuine use case.
Load More