[Solved] Input fields just send data to data collection when clicked manually?

Hello,

I have a Code which is transferring data into my input fields while clicking the right button, which works fine. But when I hit send on my page, then the data collection does not get any values.

  • Input fields not clicked! → Data collection red line!

If I do the same, but click into every input field before I send it, then the data collection those get all information.

  • Data collection green line!

What can I do to change that? So that I do not need to click into every field before sending the data to my data collection.

The Code looks like that:

Thanks

I found the solution. You have to include a save operation into the code to be able to send your input field values into your collection.

Here is a link that explains how:
Coded form field with number doesn’t save to collection | Velo by Wix