Users only see the row they added.

Users only see the row they added.

paulofpaulof Posts: 2Questions: 1Answers: 0

HI,

I have this table with 4 columns.
This is meant for visitors to input some values that will later be used to calculate new values.

So i would like for visitors to see an empty table each time they decide to send new values. How would you do this?

The flow would look something like:
Page 1: Empty table where users insert values (multiple rows)
Page 2: Shows some calculation made on the values users had input in page 1.

I appreciate any help.

Answers

  • paulofpaulof Posts: 2Questions: 1Answers: 0

    The title should be: How can users only see the rows they add and not everything tht is on the table.

    My idea is to have something along the lines of..
    Add another column to the table (Name it "session"), and create a cookie valid for one session,

    and create a cookie valid only for the current session (this cookie should somehow always be diferent). Then each time a user add a row, this cookie value is added to the session column.

This discussion has been closed.