Looking to build a simple app where the user can click through (both back and forth) blocks of text content without the page refreshing.
My first question is how should I save the text content in the database? Does each block of text get its own field under a type in the database…as in Block 1, Block 2, Block 3, etc?
My second question is how do I build this out? I’m thinking I should use a group to display the text content. When the page first loads the group will display with Block 1’s text content in the group. Then when I click the forward button Block 2’s text content should appear in the group. If I click the back button then Block 1’s text content will appear again. Having trouble building this out with the workflows, etc. Any suggestions?