Webflow cms question.
We have a Review model with a few fields, name, position, review content. The clients wants to sort reviews in a concrete order, so i added a number field. They can just enter the number and i have set up the frontend to sort the review starting from number 1.
Here is the problem.
We have /add-review page with that form as the logic. I see i can hide the order number field, but how can i add something like a +1 so that order that is being submitted gets the order number of all reviews +1?
Thanks