Autobinding only when user is logged in

So i have a question about auto-binding. I’m not sure if this was already a topic.

So i want to add a auto-binding feature but i only want logged in users to be able to edit the data. I have figured that out. But the part i cant is how to only show text for the person that isn’t logged in. I just don’t want to have twice as many elements because i’m hiding them if user isn’t logged in. So basically turning the input element into a text element when the user isnt logged in. Hopefully this makes sense, and hopefully there a solution.

Hey there @1david2hot,

I’m assuming you’re using an input? You could make a condition when the user isn’t logged in to disable the input, change the background, etc to make it look like a text element.

1 Like