I can't save auto value textbox to database

Hi I’m a newbie here. Please help me :frowning:
I have 2 textboxes.

  1. The 1st textbox’s value is from the combination of 4 dropdowns’ values.
  2. The 2nd textbox’s value is given by a dropdown change event automatically.

Here the problem occurs. When I try to save both values (textbox 1 and 2) to my database collection, nothing happens. It is success but the value won’t be stored in the database collection. I have connected it to my collection dataset but zero result.

Please help me :frowning:
Thank you.

Setting the .value does not trigger an onItemsChanged. You will have to use setFieldValue(). Look here: wix-dataset - Velo API Reference - Wix.com

1 Like

Thanks a lot Giri Zano. You help me a lot :smiley: