Hi @mayy3321,
Thanks for reaching out!
I want to make sure I point you in the right direction. Could you share a bit more detail about what you’re trying to accomplish with the field validation and email headers? That’ll help me give you a more precise answer.
In the meantime, here’s what we have available:
Field validation: You can customize validation messages using our guide here: Changing Validation Messages. For custom field validation logic, the wpforms_process_format_{$field_type} action hook can help with customizations, and here’s a guide with details about it.
Email headers: There’s no built-in feature for adjusting notification email headers, but it can be done via these filters:
Migrating from Contact Form 7: We also have a dedicated migration guide here: Moving from Contact Form 7 to WPForms
Let me know if you have any additional details and I’ll be happy to dig in further!
extra fields are read in at the destination by n8n
n8n Community https://community.n8n.io/
so I can easily get the data for each field that is filled in and do automation. saves me from trying to parse the text of the email and dealing with all the possibilities
is there any benefit to migrating You don’t have built in support fore adding these custom fields
Hi @mayy3321,
Thanks for the information and question! I can see you’re evaluating whether migrating to WPForms would be worth it for your n8n automation setup.
WPForms has a native n8n addon that does exactly what you’re looking for. Instead of parsing email text, each form field is sent as its own named parameter directly to n8n via webhook, so your automations receive clean, structured data right away.
However, it requires a WPForms Pro license or higher, and an n8n account (self-hosted or n8n Cloud)
For full setup details, check out the addon documentation.
As the n8n addon is part of the paid version of WPForms, could you please drop us a line through our contact page in case you’d like more details? You’re welcome to just include a link to this post, if you’d prefer to do that.
I apologize that we’re not able to respond to paid version questions here in the ww.wp.xz.cn support forums for the free version, but I really appreciate your help!
Thanks!