BullseyeBullsey
7 years agoQrew Cadet
Add Record"" button redirecting after saving in mobile... when it's not supposed to?
When a user creates an order, they need to stay on that page to add another record related to an order. This has always worked fine on the PC, but for some reason our mobile version has been returning people to the previous page after they save the order:
URLRoot() & "db/" & [_DBID_ORDERS] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Club Name])
It definitely does not have the & "&z=" & Rurl() added to the end. I'm not sure if there's any way to fix this by using a different link or form for mobile users? I appreciate any help or insights.
URLRoot() & "db/" & [_DBID_ORDERS] & "?a=API_GenAddRecordForm&_fid_17=" & URLEncode ([Club Name])
It definitely does not have the & "&z=" & Rurl() added to the end. I'm not sure if there's any way to fix this by using a different link or form for mobile users? I appreciate any help or insights.