I’m creating an FAQ with multiple repeating groups stacked on top of each other. Each repeating group holds the Q & A’s of that section. For sorting purposes, I could assign each question a number, but poses a problem in the event I want to revisit this page and want to insert a question midway through a section? It would be inefficient to renumber each question. Are there any suggestions as to how to solve this problem?
I ask because I previously ran into this issue in a different context. There must be another way to think about this…
Give each section an integer value and add a voting function only visible to you (on a different page perhaps). Vote up the sections to push things up, vote down to push down.
1 Like
Wouldn’t this mean that to add something mid way through the page @csblack would have to upvote the new entry many times and then down vote another entry many times?
Another way to do this is to put the FAQs into one thing as one field i.e. the whole FAQs is entered as a single textblock. This way when you edit the text, it would update.
Perhaps. You could make one arrow worth 10 points and another worth 1. Not experienced enough with any other way. There may be a way to add an item midway through a list, but I don’t know it. I know the “plus” command appends it to the end, but I’ve read the reference and I don’t think there’s one for inserting at item #.
1 Like
I’ve been breaking my head about how the user could sort individuals entries in a RG (while drag and drop is not available), your solution is amazing!
2 Likes
Exactly how I did it Nigel.
1 Like
This blew my mind. Didn’t realize that altering the state of a page could offer so much.
2 Likes
Wow. Thank you. Invaluable. Glad I asked.
1 Like