All,
I am trying to make a simple page that lets the user submit HTML and have it displayed after submission. I tried to modify the Reddit-clone tutorial but use HTML but that didn’t work.
Flow
User enters HTML into box and clicks submit
Below the submission box their code is displayed with the most recent first (thinking 3 columns)
As the submissions grow the rows should grow (no scroll bars)
I don’t want someone to hand me the answer to this but I’d like to know what objects I’ll be messing with.
EDIT - After some toying around I figured out that my logic was wrong. The correct logic is:
Search for Submitted_HTMLs:item #Current cell’s index’s Stored_HTML
The reference guide was helpful!
Thanks!