Hi everyone,
I’m having some trouble saving the current user’s name or id on a recipe’s dataset. What I want to happen is when a user fills out the recipe form and clicks submit, it sends the user’s name or id with all the info they entered into the form for the recipe.
The reason I want to do this is so that I can then show the user’s recipes on their profile page by filtering the recipe dataset and display all recipes where the corresponding userID column on the recipe dataset matches the user’s id.
Anyone have any suggestions? Thanks!