Forum Discussion
I had this same issue before and there's a few things to consider such as encoding of the Url and the compatibility of rdr with secure links. But setting that aside, an easy solution is set the rich text page as home page for EOTI, and just redirect there as it pretty much does already.
- BlakeBurns6 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.
- Denin6 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