function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Fan@EXCFan@EXC 

JQM navigation issue

I'm having issue of redirect form submission to a new thank you page (My Post)

 

In the PageReference routine, I tried "return null", reture new PageReference('/ThankYou'), ..  all ends up a blank page, while the HTML source does show some page being responded back:

1)  <script> location.Replace('/ThankYou')</script> wasn't executed;

2)  When form (return null) returned, HTML source shows full form, but browser displays nothing.

 

Can anybody shed any light?

 

Thanks!

Gaurav KheterpalGaurav Kheterpal

Can you please share your full code snippet and the exact console error that you get?