Search code examples
mongodbmongodb-atlasatlas

MongoDB Atlas connection working but not displaying data correctly


I want to send sign-up form data to the MongoDB Atlas. The connection is successful and data is sending to the database but its not correct. I have attatched screenshot of data which I have received and screenshot of data which I wants to send.

Screenshot of MongoDB Atlas database

Screenshot of required data


Solution

  • I just edited this part of code in record.js file and the problem solved! :)

    Problem Solved!