Preventing RTP redirect on Form Fill | Community
Skip to main content
Charlie_Marketo
New Participant
January 29, 2021
Solved

Preventing RTP redirect on Form Fill

  • January 29, 2021
  • 1 reply
  • 2197 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Charlie_Marketo

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

1 reply

SanfordWhiteman
New Participant
January 29, 2021

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

Charlie_Marketo
Charlie_MarketoAuthorAccepted solution
New Participant
February 4, 2021

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