Hi there!
I’m building a pseudo social network where users can post (via inputs) and those posts are stored as text. I’m trying to figure out how to make the “post” editable after the user posts.
Here’s the preview page: https://heirloomalpha.bubbleapps.io/version-test/where_did_you_live?debug_mode=true
Any ideas?
Thank you!!
Jerry
One way you could tackle it is by:
use a checkbox to change the state of the Group write (I’m assuming that the post is a Group) to editable
the text fields go invisible and the input fields are visible*
the input field’s initial text should be the Parent Group's field
uncheck the checkbox, the state of Group changes to read-only, the input fields hide, the text fields appear
Does that help?
*yes, you could simplify this by use the input field for display and edit.
1 Like
Thank you!
Very basic question, but how do I change the state of the Group write to “editable”?
The guys at Zeroqode have some good tutorials:
system
Closed
September 2, 2020, 5:38am
5
This topic was automatically closed after 70 days. New replies are no longer allowed.