Forum Discussion
vikaspasula
Qrew Member
Hi mark,
Yes, the user is in the add record form including the EOTI. Can you please help in creating the form rule. Thank you!
------------------------------
vikas pasula
------------------------------
MarkShnier__You
8 months agoQrew Legend
There are a few approaches.
One option is to suffix the add record URL which you are proving to the user with
&ifv=1
If you are using a Legacy form, that will hide the Quickbase branding entirely including the Save button. Then you would prove a button labeled as Submit which takes the user to a Rich Text page. The record should Auto Save as you navigate away.
the button code would be
URLRoot() & "db/" & "?a=ShowPage&PageID=99"
where 99 is the page number.
The alternative is to make a button like this
URLRoot() & "db/" & dbid() & "?a=nwr"
& "&NextURL=" & URLEncode(URLRoot() & "db/" & "?a=ShowPage&PageID=99")
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------