Hi I have a table with ingredient names filtered by type. Id like the user to be able to add quantities to create their own shopping list which can then be printed or emailed. Its a table linked to a dataset. Is there any way of setting the quantity field as a user input ? Any suggestions welcome. Thank you.
Depending on how you want to design it…
You can have the selection tags at the top by using this example as a guide.
https://www.wix.com/corvid/example/filter-with-multiple-options
https://www.wix.com/corvid/reference/$w.SelectionTags.html
https://support.wix.com/en/article/adding-and-setting-up-selection-tags
For the actual list itself, you can see examples here from Vorbly that might get you started.
https://www.vorbly.com/Vorbly-Code/WIX-CODE-CALCULATIONS—MULTIPLY-NUMBERS
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-SUM-TOTAL-OF-ALL-ITEMS
https://www.vorbly.com/Vorbly-Code/WIX-CODE-REPEATER-DELETE-ITEM
https://www.vorbly.com/Vorbly-Code/WIX-TABLE-SUM-VALUE-FROM-DATABASE
Great Thank you!..ill check out the links