Jump to content
  • 0

Redirect


flashcz

Question

8 answers to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

  • 0

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:

Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

  • 0

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/'
ELSE
https://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

Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...