Form to create and update data

Hey Kristof,
thank you, but i can’t implement it that way, since the form to create and update should be the same (at least in the eyes of the user), so adding another form in the members area isn’t an option.

At the moment i created the form and linked it up to my dataset / collection. If I set the dataset to write only it lets me create the entry as expected, but if I set it to Read/Write it will disable the form (except the user already created an entry, then it works as expected but the user won’t get to that point since he can’t create it in the first place). Do you know a way to use the same form for this purpose?