Having hidden data (not user inputted) sent to Database from Wix Form

Hello,

I need information sent from Wix to another platform and I need specific data added to Wix Database when a visitor fills out a form that isn’t user inputted. For example, when someone fills out the form, I need text data “Instructor” to populate in a “Primary Job Code” column in Database automatically without the user actually having to specify that (or know its happening).

Let me know if this question is clear and if there is a way to get data to populate this way?

Thanks!

Hi,
You can pass data to another platform using http functions. Click here to learn more.

To pass additional data into the collection, create a column for this data in the database.
Ad the use the Insert() function to input some value when a certain action is performed.

Thank you so much for your help. I have a few questions about what you are mentioning. First off, I am not really a coder so this stuff is kind of new to me.

I already have my database set up with Zapier and getting my data offloaded from Wix. However, I need certain data to populate my dataset columns without the User Knowing.

I posted the form I am using below with the information that the person fills out. I was hoping that when they click the ReCaptcha it would automatically fill in other data that is in the Dataset.

For example, We need the information “Instructor” to fill in on a column labeled “Job Position”. I want this data to always fill in when someone fills out the form. I have about 4 other Columns that need to populate with information as well.

Ideally, I would also have a 4 digit number associated with each person that will fill out in order on the dataset as well. For example, the column would say “Person ID” and it would fill out “1001, 1002, 1003, so forth” for each new add.

Is there information that would show me how to code this, or an example of code that would make this work?

Thanks again for your response.