I am collecting and displaying reviews submitted by users. Reviews are submitted via a form.
Is there a way such that once a review has been submitted, the user can edit it for say the next X hours or delete the review and submit a new one?
I am collecting and displaying reviews submitted by users. Reviews are submitted via a form.
Is there a way such that once a review has been submitted, the user can edit it for say the next X hours or delete the review and submit a new one?
yes, I assume you are recording timestamps for these records, use the math column to add duration to the timestamp, then use the IF_ELSE column… if the timestamp + duration is before time now… then mark EDIT… now, all you have to do is restrict editing, if the column is not EDIT