I need to show a field's value (a formula field) on a page after the form is submitted. I have added it to the Success message, but that only stays on the screen for 1-2 seconds, and it needs to be viewed longer than that.
Ideally, I'd love to pass the value to another page, but I don't need it to do that. I just want either a popup screen to appear or the ability to keep the success message up until a button is hit (like OK) or something like that. The twist is that after the success message, I have the program going to a webpage based on the value in the field (if formula total = x, then go to this page, else go to another page), so that cannot be delayed either.
Any suggestions?
For example, someone answers questions and based on their input, field10's value should appear on the success message and/or a popup screen that says "Your score is <value of field10>". And then it takes them to another web page in a new window.