SOLVED

Re: Preventing RTP redirect on Form Fill

Go to solution
Charlie_Marketo
Level 2

Preventing RTP redirect on Form Fill

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?

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Charlie_Marketo
Level 2

Re: Preventing RTP redirect on Form Fill

Sorry Sanford, I should have updated as already found a solution.  On form load, I have added form.doNotRedirect = true;

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Preventing RTP redirect on Form Fill

Please show a link to your page and how to trigger the dialog to observe the behavior.

Charlie_Marketo
Level 2

Re: Preventing RTP redirect on Form Fill

Sorry Sanford, I should have updated as already found a solution.  On form load, I have added form.doNotRedirect = true;