Update records with a form (logged-in users)

Hi Everyone,

I’m beginning with SOFTR and trying to build an app. I have a database with 2 table, “users” and “message”.

On softr page I’v build a form to allow user to create a message.

But when they submit the form, there is no link in database between the user and the message.

I have my links in database.

How can i do ? (sorry for my english, I’m French and non tech)

Hi! Welcome to the community!

You can do this by adding you can do this by adding a hidden field to your form, connecting it to the users field in your table, and setting it to the email or whatever of the logged in user.

Take a look at the documentation for hidden fields, and get back to me if you need more help. Best wishes, Chris.