Forum Discussion
BlakeBurns
6 months agoQrew Member
Denin, I appreciate the reply. I was hoping to avoid doing that, as when I do that it shows that page to anyone not logged in, including myself and my users when we're signed out overnight.
Denin
6 months agoQrew Captain
Thanks for the clarification. A more advanced approach could be to build the form in HTML and send the updated values as an API payload. This would allow you to control the submission logic with JavaScript, including redirecting users as needed. It’s definitely doable, but it may not be straightforward without development experience. There's an example of generating an HTML edit form here: Code Pages - AddEditRecordForm.html