I’m sure I am just missing something simple, but I have been working on it and I can’t seem to find my error. I created a User Input Page for a Recipe Database and finally got all of that working (for the most part - still having a slight issue with the Image upload, but I think I will work that out). However, when I go back to the user input page, the old information is still there. Not my placeholder text. The information from the last record I put in is there. Obviously, I want each time you visit that page to have the placeholder text visible. What am I missing?
Have you made the dataset Write-only ?
No, I changed it so that anyone could submit (since this is on a password-protected Employee page), but I think I left it at Read-Write. I need it to be Read on a different page. If I change it to Write Only, will that mess up my other Read pages?
Ok! Thank you, Sam! I was thinking of the wrong thing when I asked my last question. Didn’t realize that the change needed to happen only on that one page, with that specified page dataset. Have it fixed now. Thank you!