I have implemented an embeded form within an RTP dialog with standard form.onSuccess return false and code to hide the form and display a Thankyou message. All working fine and as expected, except a few seconds later the rtp code forces a redirect anyway with the aliId= parameter appended.
Is there any way to turn this off?
Solved! Go to Solution.
Sorry Sanford, I should have updated as already found a solution. On form load, I have added form.doNotRedirect = true;
Please show a link to your page and how to trigger the dialog to observe the behavior.