Forum Discussion
- MarkShnier__YouQrew Legend
Is this an App for non users which is open to EOTI? Everyone On the Internet? So, typically what we would recommend would be contriving a way that when the button is pushed to add a record than that URL formula Button would have a syntax to redirect the user to a thank you page. Or else the Submit button you created would navigation to a Thank you page. Can you give us more details about what process the user goes through to add a record or to submit. Can we see your code for the button?
- JerelJohnsonQrew Member
So, how it's set up currently: The user will either go to a posted web link or scan a QR code that goes directly to the form.
They then fill it out and select 'save' from the default options. The URL is set to redirect them to a custom 'Thank You' web page.
On desktop, this is successful, on mobile, they are asked to login.
I haven't created a button for it as of yet, everything is default at the moment.
- MarkShnier__YouQrew Legend
What is the code for the QR code or web link? Does it use the syntax for &NextURL= ......
- EdwardO_TooleQrew Trainee
Is the thank you page a form? If so, I've found the new forms don't always play nice on mobile. Try a legacy form to see if the behavior changes.
- MarkShnier__YouQrew Legend
The Thank you Page is a Rich Text "Page", not a form. Go to settings for the app and Pages. Then the link to that page on the form will be like
URLRoot() & "db/" & AppID() & "?a=ShowPage&PageID=xx"
(where xx is the page #)
- MarkShnier__YouQrew Legend
I'm not familiar with &aftersaveurl=
try &NextURL= instead - maybe it behaves differently.
- JerelJohnsonQrew Member
Tested this on mobile and I am having the same issue when submitting an entry.
- MarkShnier__YouQrew Legend
Arrrrrrrrggg, correct. Mobile does not support the usual desktop redirects like &NextURL. What if you simply make a button to navigate to the Thank You you page, and give instructions on the screen to users to use that button instead of the native save button.
- JerelJohnsonQrew Member
Is it possible to create a custom button for the mobile web form?