flashcz Posted April 12, 2012 Report Share Posted April 12, 2012 Hi Can anyone tell me if I can redirect a user to another website based on an option the select when the up date their information? Derek Quote Link to comment Share on other sites More sharing options...
0 shengnandou Posted April 12, 2012 Report Share Posted April 12, 2012 Hey Derek, I believe you will find the following article helpful - http://howto.caspio.com/datapages/creat ... ssion.html Quote Link to comment Share on other sites More sharing options...
0 flashcz Posted April 13, 2012 Author Report Share Posted April 13, 2012 Hi there thanks for that it was helpful but its after a user has updated a report, this is a jobs database and when the user logs in the see the jobs they have pending, when they update the status of the job to "Complete" I want to send them to another website for payment eg PayPal the have several options to choose from but its only when the select Complete (Not just pressing the update button after any change, only on the criteria I mentioned) that I want them to be sent to the other website, can this be done from a report? Thanks Derek Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted April 13, 2012 Report Share Posted April 13, 2012 As I understand you have a dropdown which has Complete option in and if the user select this option you want to send them to a specific page. If that is the case then you can use the provided tutorial. Have you tried??!! For Complete option in the dropdown you can have the URL of that specific page as the value and for other options maybe the URL of the same page you are in or leave them blank!!!! Then select this field as the destination after submission. :wink: :wink: :wink: :wink: Quote Link to comment Share on other sites More sharing options...
0 flashcz Posted April 16, 2012 Author Report Share Posted April 16, 2012 Hi there thanks for that and yes I did try the tutorial but did not seem to work on the report as the tutorial is for a form, but I will try again and let you know. Derek Quote Link to comment Share on other sites More sharing options...
0 Juan43 Posted June 3, 2012 Report Share Posted June 3, 2012 Great article thank you for sharing. any more info on this would be appreciated Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted April 27, 2021 Report Share Posted April 27, 2021 This is related to this article, just modify the script a bit: Create User-Specific Redirects After Login - Caspio Online Help Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted April 29, 2021 Report Share Posted April 29, 2021 Hi there @flashcz- if you would like to have a dynamic redirect after the form submission, you may also want to check this link for more information. OR do create a separate login form for each users (https://howto.caspio.com/authentications-and-connections/authentication/create-a-standalone-login-screen-2/) just want like @SinJunYounghave provided. Hope this helps you out. Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted April 29, 2022 Report Share Posted April 29, 2022 Hi - Just an update, you may now use Virtual Field and Calculated Value on this workflow. You may use a Virtual Field as a holder or identifier of the value from the dropdown and then set the Form Element as Calculated Value. In the Formula, you may use a CASE WHEN statement like: CASE WHEN [@FIELDNAME] = 'value' THEN 'https://www.google.com/' WHEN [@FIELDNAME] = 'value 1' THEN 'https://caspio.com/' ELSEhttps://www.youtube.com/ END After setting up the formula, on the Destination and Messaging configuration screen, set the Destination after the record submits to 'Go to a New Page'. Lastly, in the Page URL, call the Virtual Field from the field picker. For reference, you may check these links: https://howto.caspio.com/datapages/datapage-components/virtual-fields/https://howto.caspio.com/datapages/datapage-components/calculated-values/https://howto.caspio.com/function-reference/https://howto.caspio.com/datapages/forms/submission-forms/#:~:text=to make conditional.-,Destination and Emails,-Here you can Quote Link to comment Share on other sites More sharing options...
Question
flashcz
Hi
Can anyone tell me if I can redirect a user to another website based on an option the select when the up date their information?
Derek
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.