Process Contact Form Submissions with Validation and MongoDB Storage

This n8n workflow securely processes contact form submissions by validating user input, formatting the data, and storing it in a MongoDB database. The flow ensures data consistency, prevents unsafe entries, and provides a confirmation response back to the user. **Workflow** **1. Form Submission Node** *Purpose*: Serves as the workflow's entry point. *Functionality*: Captures user input from the contact form, which typically includes: ``` name ``` ``` last name ``` ``` email ``` ``` phone number ``` **2. Code Node (Validation Layer)** *Purpose*: Ensures that collected data is valid and secure. *Validations performed*: - Removes suspicious characters to mitigate risks like SQL injection or script injection. - Validates the phone_number field format (numeric, correct length, etc.). - If any field fails validation, the entry is marked as “is_not_valid” to block it from database insertion. **3. Edit Fields Node (Data Formatting)** *Purpose*: Normalizes data before database insertion. *Transformations applied*: - Converts field names to snake_case (*first_name, last_name, phone_number*). - Standardizes field naming convention for consistency in MongoDB storage. **4. MongoDB Node (Insert Documents)** *Purpose*: Persists validated data in MongoDB Atlas. *Process*: - Inserts documents into the target collection with the cleaned and formatted fields. - Connection is established securely using a MongoDB Atlas connection string (URI). **How to Set Up MongoDB Atlas Connection URL** a. Create a Cluster b. Log in to [MongoDB Atlas](https://www.google.com/aclk?sa=L&ai=DChsSEwiD276cwbOPAxVpKkQIHFOCpMYACICCAEQAxoCZHo&co=1&ase=2&gclid=Cj0KCQjwwsrFBhD6ARIsAPnUFD3UpSa_1KFmRsdiOYmSRl0oXmh3kC8g8ZhGf8OhiUsLGbHnwf046AaAgufEALw_wcB&cce=2&category=acrcp_v1_32&sig=AOD64_36CMbBMVgqf0cvhw5lpmpl-cMcQ&q&nis=4&adurl&ved=2ahUKEwiVzbScwbOPAxUzuJUCHQCKMnUQqyQoAXoECBcQDw) and create a new cluster. c. Configure Database Access: Add a database user with a secure username and password. Assign appropriate roles (e.g., Atlas Admin for full access or Read/Write for limited). d. Obtain Connection String (URI) From Atlas, go to Clusters → Connect → Drivers. Copy the provided connection string, which looks like: ``` mongodb+srv://<username>:<password>@cluster0.abcd123.mongodb.net/myDatabase?retryWrites=true&w=majority ``` - Configure in n8n. In the MongoDB node, paste the URI. - Replace <username>, <password>, and myDatabase with your actual credentials and database name. - Test the connection to ensure it is successful. **5. Form Ending Node** *Purpose*: Provides closure to the workflow. *Functionality*: Sends a confirmation response back to the user, indicating that their contact details were successfully submitted and stored. **Result**: With this workflow, all contact form submissions are safely validated, normalized, and stored in MongoDB Atlas, ensuring both data integrity and security.

n8n
Process Contact Form Submissions with Validation and MongoDB Storage
$14.99
Last updated September 5, 2026
30-day money-back guarantee
Instant download
Lifetime updates included

New buyers can create an account from the cart to unlock a controlled $10 first-purchase credit on eligible orders of $25+.

Secure checkout powered by Stripe

Support

How to import this workflow into n8n

  1. 1Purchase or download the workflow to get the n8n workflow JSON file.
  2. 2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
  3. 3Open each node marked with a credential warning and connect your own accounts and API keys.
  4. 4Run the workflow once manually to verify the data flow, then toggle it to Active.

Related Data & Analytics workflows

Need this deployed? We'll set it up for you.

Our automation experts deploy this workflow in your stack, connect your accounts, and verify it works — or build a custom solution from scratch.