Submitting non-user input along with user input to dataset

I have an iframe that sends a message (a gmaps place id) that I’d like to store in a dataset along with some other user input. I’ve managed to set the value of a input textbox to the message in the same function call that receives the message, but the value change doesn’t trigger the itemValuesChanged event on the wix-dataset like manually changing the value sothe value is not recorded on submit. Is there any way I would be able to submit this value into the dataset/where should I be looking for ideas on how to do this?

1 Like

Could you share a link to your site?