I am trying to have a button that is multi-functional. When clicked the button should enter the Name, Amount of People and the Comments into the database. However, the button should only work if the user is logged in.
I am trying to figure out how to make this happen, it seems like it should be a conditional. When looking at the conditionals I don’t see an option that looks like this.
When looking at the workflow the options are Log a user in or Sign the user up. I am not sure which option would apply what I want as it seems to be a boolean operation?