Forum Discussion
You can do this using a formula rich text field. Something like this
"<a class='Vibrant Success OpenAsPopup' data-height=500 data-width=500 data-refresh=true href='" &
URLRoot() & "db/" & DBID & "?a=API_GenAddRecordForm&_fid_13=" & ToText([Record ID#]) & "&dfid=10" &
"'>Add Record</a>"
- TylerFoy8120 days agoQrew Trainee
Thank you! this should work for now on mobile for what I am trying to do! I wish they had a feature that you could easily get the form pop up to work and have the parent form in the background
- Roy-Wanyoike17 days agoQrew Captain
There is that option on the web am not sure of the mobile. In the formula url you have an option to make it a button and select the behavior. On the open target options you have 3 options:
- In Same page
- In new window
- In popup- TylerFoy8117 days agoQrew Trainee
Yea I tried all these on mobile and pc they do not perform like the button link on the embedded report tool bar button
same page just saves the record and opens the sub form
new window saves the record and opens in a new tab
pop up opens browser on pc and mobile it mimics same page