How to make action after user registration?

I want to add row in table, after user registers

You can use a form button, open the form - Link it to the table you want to add the row in. Once the user fills out the form, it automatically adds a row to that particular table. Hope this helps :slight_smile:

where i need to create form button? in registration form or what?

Can you share a screenshot of what you are using for your registration form? Do you want to add a row after the user fills the registration form with the users details?

I have standart form, just email row and google auth button

I want: After user registration (after new row in Users table) I want to add row with his email in another table

1 Like

So what you can do is go to actions, Select “add row” → select the table that you want to add the row, select the columns and you should be good.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.