Hi all,
Looking for some inspiration. I would like user to be able to browse a catalog of products, and pick their favorite in decreasing order of importance.
Currently, I have fields in the user table : “Choice 1”, “Choice 2”, that are linked records to the “Product” table. Ideally, I would like to switch to having a third table “Choices”, with two linked record fields (to users and products), and a rank field. Adding records in this way in Softr is easy enough, but I have no idea how to implement the ranking process.
Any ideas ?