If the problem is that the .value is not written to the db, it´s because, per documentation (https://www.wix.com/code/reference/$w.TextInput.html#value) .value does not change the value in the dataset. You have to use the dataset´s setFieldValue and then save it.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to do a calculation from user input and show the output and save to a database. | 8 | 2488 | March 29, 2019 | |
| How to make the data computed by the wix code write to the Database ? | 4 | 108 | July 19, 2020 | |
| Writing Calculated fields to Database | 2 | 1215 | October 28, 2019 | |
| The calculated Value Must Be Updated On The Database | 1 | 142 | April 17, 2020 | |
| SUBMIT/SAVE data entries into 2 differents DATABASE issue | 23 | 1750 | February 18, 2018 |