Is it possible to send the filled in information in a contact form directly to the email address without storing it on CDN/WIX?

So I included a contact page with a form where people can fill in their name, email and then the message they want to send, and I would like the filled in information by that particular visitor to not be saved on Wix, just want it to be send directly to the email address connected to the website form. Is this possible?

Yes it is possible.

One potential solution would be to build a custom form in the Wix editor (not a WixForm) which then passes the data off to a 3rd party mail service. This link describes the general development pattern:

[Velo Tutorial: Sending an Email on Form Submission | Help Center | Wix.com](

Velo Tutorial: Sending an Email on Form Submission | Help Center | Wix.com)

Hope this helps!

Would this mean that there would be no trace of this filled in information on any other server than your own?

@rebekavalentova No, it would not necessarily mean that. The answer to that question would depend on the capabilities, configurations and data retention policies of both Wix and your 3rd party mailing partner.

@gabe84880 Okay, thank you!